Skip to content

Debug Logs

Thomas Pollet edited this page May 4, 2020 · 2 revisions

Sometimes logs and log messages may contain sensitive information. The information returned to the user is determined by the flask loglevel.

The default logging is configured to not show verbose error messages, so not to reveal information of the backend to the user, which may also mitigate script injection attacks in case the log messages are reflected in the user output. In case you do want verbose logging, you can set the loglevel to DEBUG: