Skip to content

Commit 494bdc7

Browse files
committed
edit readme
1 parent fecae67 commit 494bdc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ If you wish to see more logs, simply set the `LOG_VERBOSITY` to the desired leve
5353

5454
| Levels | Use case | Examples |
5555
|:-:|---|---|
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

Comments
 (0)