Browse Source

Minor logging adaption

master
Dirk Alders 3 weeks ago
parent
commit
bcddb43bdf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py View File

@@ -202,7 +202,7 @@ if SECRET_KEY is None:
202 202
 # Logging Configuration
203 203
 #
204 204
 ROOT_LOGGER_NAME = os.path.basename(os.path.dirname(__file__))
205
-default_handler = ['socket'] if DEBUG else ['console']
205
+default_handler = ['socket', 'console'] if DEBUG else ['console']
206 206
 
207 207
 
208 208
 class DjangoSocketHandler(_SocketHandler):

Loading…
Cancel
Save