Merge pull request #3346 from bearnun/master

Update logging.rst
This commit is contained in:
David Lord 2019-09-23 12:22:05 -07:00 committed by GitHub
commit 10c756b4c6

View file

@ -20,6 +20,9 @@ logger can also be used to log your own messages.
app.logger.info('%s failed to log in', user.username)
abort(401)
If you don't configure logging, Python's default log level is usually
'warning'. Nothing below the configured level will be visible.
Basic Configuration
-------------------