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

Log regular console output to stdout, only use stderr for errors. Crazy eh? #252

Closed timvaillancourt closed 6 years ago

timvaillancourt commented 6 years ago

Resolves #250.

It's pretty silly how this had to be done but that's python 'logging' for you..