aboutsummaryrefslogtreecommitdiff
path: root/cfg/cherrypy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/cherrypy.cfg')
-rw-r--r--cfg/cherrypy.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/cherrypy.cfg b/cfg/cherrypy.cfg
index 7b53c1a2..fe61c73d 100644
--- a/cfg/cherrypy.cfg
+++ b/cfg/cherrypy.cfg
@@ -1,6 +1,6 @@
[global]
-log.error_file = "error.log"
-log.access_file = "access.log"
+log.error_file = "var/error.log"
+log.access_file = "var/access.log"
server.environment = "production"
engine.autoreload_on = True
engine.autoreload_frequency = 5
bgstack15