We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e41a06 commit 9b40380Copy full SHA for 9b40380
1 file changed
docs/flask.md
@@ -20,7 +20,7 @@ Easiest way to get started:
20
21
# logging
22
app.logger.debug("hi") # this will be a breadcrumb
23
- app.logger.debug("oh no") # this will be an event
+ app.logger.error("oh no") # this will be an event
24
25
# thrown errors are captured
26
1 / 0
0 commit comments