Przeglądaj źródła

Minor logging adaption

master
Dirk Alders 3 tygodni temu
rodzic
commit
bcddb43bdf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py Wyświetl plik

@@ -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):

Ładowanie…
Anuluj
Zapisz