瀏覽代碼

Minor logging adaption

master
Dirk Alders 3 週之前
父節點
當前提交
bcddb43bdf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py 查看文件

@@ -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…
取消
儲存