We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8507 commit 1aa86b4Copy full SHA for 1aa86b4
example-project/example-project.py
@@ -45,7 +45,7 @@
45
logger.error('Oops! An error occurred!')
46
47
# Send critical level log about critical events in runtime using the critical() method
48
-logger.critical('Its not working, needs to be fixes ASP!')
+logger.critical('Its not working, needs to be fixed ASAP!')
49
50
# Send exception level log about errors in runtime using the exception() method
51
# Error level log will be sent. Exception info is added to the logging message.
0 commit comments