More work on getting services working with new installer
This commit is contained in:
parent
8e6e72a501
commit
5e8c4b112f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import stat
|
|||
from std_err_override import LogWriter
|
||||
|
||||
# configure logging
|
||||
logging.config.fileConfig("%/logging.cfg" % os.path.dirname(os.path.realpath(__file__)))
|
||||
logging.config.fileConfig("%s/logging.cfg" % os.path.dirname(os.path.realpath(__file__)))
|
||||
logger = logging.getLogger()
|
||||
LogWriter.override_std_err(logger)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue