diff --git a/flaschengeist/logging.yml b/flaschengeist/logging.yml index 96b71e8..ddb8341 100644 --- a/flaschengeist/logging.yml +++ b/flaschengeist/logging.yml @@ -19,7 +19,7 @@ handlers: class: logging.handlers.WatchedFileHandler level: DEBUG formatter: debug - filename: flaschengeist/log/debug/debug.log + filename: flaschengeist-debug.log encoding: utf8 loggers: diff --git a/flaschengeist/readme.md b/flaschengeist/readme.md index d860d7c..3f4aaff 100644 --- a/flaschengeist/readme.md +++ b/flaschengeist/readme.md @@ -9,6 +9,10 @@ or with ldap support pip3 install --user ".[ldap]" +#### Windows +Same as above, but for mysql you have to follow this guide: + +https://www.radishlogic.com/coding/python-3/installing-mysqldb-for-python-3-in-windows/ ### Configuration 1. Rename `flaschengeist.example.cfg` to `flaschengeist.cfg`