Commit 6c4496fa authored by Chris McDonough's avatar Chris McDonough

Import zdaemon before ZSever in order to allow events logging to work.

parent 223ef2a6
...@@ -510,13 +510,15 @@ def set_locale(val): ...@@ -510,13 +510,15 @@ def set_locale(val):
if LOCALE_ID is not None: if LOCALE_ID is not None:
set_locale(LOCALE_ID) set_locale(LOCALE_ID)
import zdaemon
# from this point forward we can use the zope logger # from this point forward we can use the zope logger
# importing ZDaemon before importing ZServer causes ZServer logging
# not to work.
# Import ZServer before we open the database or get at interesting # Import ZServer before we open the database or get at interesting
# application code so that ZServer's asyncore gets to be the # application code so that ZServer's asyncore gets to be the
# official one. Also gets SOFTWARE_HOME, INSTANCE_HOME, and CLIENT_HOME # official one. Also gets SOFTWARE_HOME, INSTANCE_HOME, and CLIENT_HOME
import ZServer import ZServer
import zdaemon
# install signal handlers # install signal handlers
from SignalHandler import SignalHandler from SignalHandler import SignalHandler
......
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