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
 # Logging Configuration
202
 # Logging Configuration
203
 #
203
 #
204
 ROOT_LOGGER_NAME = os.path.basename(os.path.dirname(__file__))
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
 class DjangoSocketHandler(_SocketHandler):
208
 class DjangoSocketHandler(_SocketHandler):

Loading…
Cancel
Save