You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ If you wish to see more logs, simply set the `LOG_VERBOSITY` to the desired leve
53
53
54
54
| Levels | Use case | Examples |
55
55
|:-:|---|---|
56
-
| DEBUG |||
57
-
| INFO |||
58
-
| WARNING |||
59
-
| ERROR |||
60
-
| CRITICAL |||
56
+
| DEBUG |Logs that are used for interactive investigation during development. These logs should primarily contain information useful for debugging and have no long-term value.||
57
+
| INFO |Logs that track the general flow of the application. ||
58
+
| WARNING |Logs that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.||
59
+
| ERROR |Logs that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.||
60
+
| CRITICAL |Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention.||
0 commit comments