Skip to content

Commit 9b40380

Browse files
committed
chore: fix doc typo
1 parent 8e41a06 commit 9b40380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Easiest way to get started:
2020

2121
# logging
2222
app.logger.debug("hi") # this will be a breadcrumb
23-
app.logger.debug("oh no") # this will be an event
23+
app.logger.error("oh no") # this will be an event
2424

2525
# thrown errors are captured
2626
1 / 0

0 commit comments

Comments
 (0)