flask-multipass
flask-multipass copied to clipboard
Add some logging
Especially for things like LDAP connections errors where we want to show a simple error to the user but need the actual exception in the logfile so admins/developers can figure out what exactly went wrong.
See https://docs.python.org/2/howto/logging.html#library-config on how to properly setup logging in a library.