klen / peewee_migrate

Simple migration engine for Peewee
MIT License
352 stars 86 forks source link

fix(logging): don't write to stderr when used as a library #217

Closed zed closed 1 year ago

zed commented 1 year ago

Let applications that use peewee_migrate to control their output. https://docs.python.org/3/library/logging.handlers.html#nullhandler

Fixes #216

Note: the code just expresses the intent to start the discussion. It may need to be tweaked before the merge.

cc/ @klen

klen commented 1 year ago

@zed Thank you!