Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 81 forks source link

All console-level logging is written to stderr #250

Closed timvaillancourt closed 6 years ago

timvaillancourt commented 6 years ago

Our python 'logging' config is causing all console output to be considered stderr, even when the logs are plain DEBUG, INFO or WARN level.

Switch console logging to use stdout and leave stderr for fatal errors and stacktraces.