diff options
author | cedricbonhomme <devnull@localhost> | 2011-10-02 18:49:46 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-10-02 18:49:46 +0200 |
commit | aee8509ab2af3814691c65b478b5c84a55957228 (patch) | |
tree | b4dd94359c012725ae63450371dcf4ebca11d9ba /cfg/cherrypy.cfg | |
parent | Minor changes to the /article page (sharing links). (diff) | |
download | newspipe-aee8509ab2af3814691c65b478b5c84a55957228.tar.gz newspipe-aee8509ab2af3814691c65b478b5c84a55957228.tar.bz2 newspipe-aee8509ab2af3814691c65b478b5c84a55957228.zip |
Updated CherryPy configuration.
Diffstat (limited to 'cfg/cherrypy.cfg')
-rw-r--r-- | cfg/cherrypy.cfg | 4 |
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 |