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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ If you wish to see more logs, simply set the `LOG_LEVEL` to the desired level. H
52
52
| Levels | Use case | Examples |
53
53
|:-:|---|---|
54
54
| DEBUG | Information used for interactive investigation, with no long-term value.| Printing function names, steps inside a function. |
55
-
| INFO | Interesting events. Track the general flow of the application. | User logs in, SQL logs. |
55
+
| INFO | Interesting events. Track the general flow of the application. | User logs in, SQL logs, worker process/delete a message... |
56
56
| NOTICE | Uncommon events. **This is the default verbosity level**. | Missing environment variables, page redirection, pod starting/restarting/terminating, retrying to query an API... |
57
57
| WARNING | Exceptional occurrences that are not errors. Undesirable things that are not necessarily wrong. | Use of deprecated APIs, poor use of an API, unauthorized access, pod restart because of memory limit ... |
58
58
| ERROR | Runtime errors. Highlight when the current flow of execution is stopped due to a failure. | Exceptions messages, incorect credentials or permissions... |
0 commit comments