Skip to content

Commit 7004a34

Browse files
committed
fix: fixes logging to file for non-docker run
1 parent 67e6424 commit 7004a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnigmaAutomation/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
}
264264
for each_app in logging_apps:
265265
LOGGING["loggers"][each_app] = {
266-
"handlers": ["console"],
266+
"handlers": ["file", "console"],
267267
"level": current_log_level,
268268
"propagate": True,
269269
"formatter": "verbose",

0 commit comments

Comments
 (0)