diff options
Diffstat (limited to 'cherrypy/_cptree.py')
-rw-r--r-- | cherrypy/_cptree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cptree.py b/cherrypy/_cptree.py index ea17f966..ac719b57 100644 --- a/cherrypy/_cptree.py +++ b/cherrypy/_cptree.py @@ -49,7 +49,7 @@ class Application(object): # Create log handlers as specified in config. rootconf = self.conf.get("/", {}) - config._configure_builtin_logging(rootconf, self.access_log, "log_access_file") + config._configure_builtin_logging(rootconf, self.access_log, "log.access.file") config._configure_builtin_logging(rootconf, self.error_log) def guess_abs_path(self): |