Commit 1bc1fbfd authored by Tim Peters's avatar Tim Peters

There is no logging level named EXCEPTION.

parent 3ddf5afa
......@@ -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