Skip to content

Commit c833520

Browse files
feat: match kubedev requirement for logging
they cannot log into files in production so we align with them here
1 parent b7e60ca commit c833520

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/logging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def configure_logging():
88
level=logging.INFO,
99
format="%(asctime)s - %(levelname)s - %(message)s",
1010
handlers=[
11-
logging.FileHandler("codification_ape_log_file.log"),
1211
logging.StreamHandler(),
1312
],
1413
)

0 commit comments

Comments
 (0)