forked from orbit-oss/flask
commit
599f32c7a4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue