瀏覽代碼

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,