فهرست منبع

HUE-562. Spawning web server logs extraneous access log messages to stderr.

Aditya Acharya 14 سال پیش
والد
کامیت
a8fd488f18
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      desktop/core/src/desktop/management/commands/runspawningserver.py

+ 1 - 1
desktop/core/src/desktop/management/commands/runspawningserver.py

@@ -27,7 +27,7 @@ SPAWNING_SERVER_HELP = r"""
 """
 
 SPAWNING_SERVER_OPTIONS = {
-  'access_log_file': None,
+  'access_log_file': os.devnull,
   'backdoor': None,
   'chuid': None,
   'coverage': None,