Skip to content

Commit 071b716

Browse files
committed
update readme for level description
1 parent cf6a629 commit 071b716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you wish to see more logs, simply set the `LOG_LEVEL` to the desired level. H
5353
|:-:|---|---|
5454
| DEBUG | Information used for interactive investigation, with no long-term value.| Printing function names, steps inside a function. |
5555
| INFO | Interesting events. Track the general flow of the application. | User logs in, SQL logs. |
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-
| 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... |
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+
| 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 ... |
5858
| ERROR | Runtime errors. Highlight when the current flow of execution is stopped due to a failure. | Exceptions messages, incorect credentials or permissions... |
5959
| CRITICAL | Critical conditions. Describe an unrecoverable application, system crash, or a catastrophic failure that requires immediate attention. | Application component unavailable, unexpected exception. entire website down, database unavailable ...|

0 commit comments

Comments
 (0)