10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Remove extraneous calls to logging.basicConfig. #127

Closed llvtt closed 10 years ago

llvtt commented 10 years ago

Addresses #123

Since all these files all live together in the mongo_orchestration package now, importing the module can cause one of these (now removed) calls to basicConfig to be called before the one that sets up the log file (https://github.com/mongodb/mongo-orchestration/blob/master/mongo_orchestration/server.py#L21). If so, no server.log ever gets created.

behackett commented 10 years ago

I'll take your word for it. LGTM.