Commit e4cf6cd8 authored by Tim Peters's avatar Tim Peters

Merge rev 30216 from 3.4 branch.

There is no logging level named EXCEPTION.
parent f6dfdd6c
......@@ -272,7 +272,7 @@ class ZEOServer:
storage.close()
except: # Keep going
log("failed to close storage %r" % name,
level=logging.EXCEPTION, exc_info=True)
level=logging.ERROR, exc_info=True)
def _get_pidfile(self):
pidfile = self.options.pid_file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment