Explorar el Código

Updated so logging can go to a file, instead of stdout.

Steve Thielemann hace 5 años
padre
commit
343ceccdbc
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      config.py
  2. 1 0
      config_dev.py

+ 1 - 0
config.py

@@ -7,3 +7,4 @@ LISTEN_ON = "0.0.0.0"
 
 # Yes, save .raw files
 RAW = True
+LOGFILE = True

+ 1 - 0
config_dev.py

@@ -7,3 +7,4 @@ LISTEN_ON = "127.0.0.1"
 
 # Yes, save .raw files
 RAW = True
+LOGFILE = False