Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Dec 13, 2023
1 parent 32f8507 commit 1aa86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-project/example-project.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
logger.error('Oops! An error occurred!')

# Send critical level log about critical events in runtime using the critical() method
logger.critical('Its not working, needs to be fixes ASP!')
logger.critical('Its not working, needs to be fixed ASAP!')

# Send exception level log about errors in runtime using the exception() method
# Error level log will be sent. Exception info is added to the logging message.
Expand Down

0 comments on commit 1aa86b4

Please sign in to comment.