Explorar o código

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

Steve Thielemann %!s(int64=5) %!d(string=hai) anos
pai
achega
343ceccdbc
Modificáronse 2 ficheiros con 2 adicións e 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