klen / peewee_migrate

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

Bug report: don't write to stderr when used as a library #216

Closed zed closed 1 year ago

zed commented 1 year ago

Describe the bug Given peewee_migrate is used as a library inside a daemon When a migration is run Then there is output in syslog from peewee_migrate

To Reproduce Use peewee_migrate as a library.

Expected behavior The application controls its output. No unconfigurable output from peewee_migrate on stderr.