summaryrefslogtreecommitdiff
path: root/cherrypy/test/modpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r--cherrypy/test/modpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py
index 269e8cca..26a854c9 100644
--- a/cherrypy/test/modpy.py
+++ b/cherrypy/test/modpy.py
@@ -110,7 +110,7 @@ def wsgisetup(req):
import cherrypy
cherrypy.config.update({
- "log.error.file": os.path.join(curdir, "test.log"),
+ "log.error_file": os.path.join(curdir, "test.log"),
"environment": "production",
})
cherrypy.engine.start(blocking=False)