Browse Source

[2380] changed the default log output to stderr so we can separate them

JINMEI Tatuya 12 years ago
parent
commit
605e81588c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/loadzone/loadzone.py.in

+ 1 - 1
src/bin/loadzone/loadzone.py.in

@@ -85,7 +85,7 @@ class LoadZoneRunner:
         self.__log_conf_base = {"loggers":
                                     [{"name": "*",
                                       "output_options":
-                                          [{"output": "stdout",
+                                          [{"output": "stderr",
                                             "destination": "console"}]}]}
 
         # These are essentially private, and defined as "protected" for the