Browse Source

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

Aditya Acharya 14 years ago
parent
commit
a8fd488f18

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

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