forked from orbit-oss/flask
Fixed some small typos in the documentation.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
5764f3abd2
commit
da00160db6
5 changed files with 8 additions and 8 deletions
|
|
@ -105,7 +105,7 @@ above, just make sure to use a lower setting (I would recommend
|
|||
|
||||
if not app.debug:
|
||||
import logging
|
||||
from themodule import TheHandler YouWant
|
||||
from themodule import TheHandlerYouWant
|
||||
file_handler = TheHandlerYouWant(...)
|
||||
file_handler.setLevel(logging.WARNING)
|
||||
app.logger.addHandler(file_handler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue