forked from orbit-oss/flask
Fixed a broken example
This commit is contained in:
parent
20c2e53893
commit
ea72e272a6
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ File logging
|
|||
|
||||
from logging import Formatter
|
||||
file_handler.setFormatter(Formatter(
|
||||
'%(astime)s %(levelname)s: %(message)s '
|
||||
'%(asctime)s %(levelname)s: %(message)s '
|
||||
'[in %(pathname)s:%(lineno)d]'
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue