Skip to content

Commit 55f2214

Browse files
committed
update readme for level description
1 parent 7009013 commit 55f2214

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ If you wish to see more logs, simply set the `LOG_LEVEL` to the desired level. H
5151

5252
| Levels | Use case | Examples |
5353
|:-:|---|---|
54-
| DEBUG | Detailed debug information. Used for interactive investigation during development. Should primarily contain information useful for debugging and have no long-term value. | |
54+
| DEBUG | Detailed debug information. Used for interactive investigation during development. Contain information useful for debugging and have no long-term value. | |
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 | |
57-
| WARNING | Exceptional occurrences that are not errors. | Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong. |
58-
| ERROR | Runtime errors. Highlight when the current flow of execution is stopped due to a failure. | |
59-
| 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, etc.|
56+
| NOTICE | Uncommon events. **This is the default verbosity level**. | Missing variables environment. |
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. |
58+
| ERROR | Runtime errors. Highlight when the current flow of execution is stopped due to a failure. | |
59+
| 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, etc.|

0 commit comments

Comments
 (0)