10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

server.log may not be created #123

Closed llvtt closed 10 years ago

llvtt commented 10 years ago

server.py uses logging.basicConfig to set up a FileHandler for logging, but due to the way modules are being imported now that we've reorganized the project into a Python package, another handler may be set up first and the log file is never created (basicConfig has no effect). I have a fix for this on my fix-logging branch, but #118 needs to be closed first, since it builds on those commits.

llvtt commented 10 years ago

resolved in de6ad6cc499b798dc7db15be77e5bd27624ea90e