flask-multipass icon indicating copy to clipboard operation
flask-multipass copied to clipboard

Add some logging

Open ThiefMaster opened this issue 10 years ago • 0 comments

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.

ThiefMaster avatar Apr 21 '15 09:04 ThiefMaster