Skip to content

Commit f89c26c

Browse files
authored
Update README.md
1 parent 1866d13 commit f89c26c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ If you wish to see more logs, simply set the `LOG_LEVEL` to the desired level. H
5454
| Levels | Use case | Examples |
5555
|:-:|---|---|
5656
| 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. This is the default level | |
57+
| INFO | Logs that track the general flow of the application. | |
58+
| NOTICE | Logs that track the general flow of the application. This is the default level | |
5859
| WARNING | Logs that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop. | |
5960
| 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. | |
6061
| CRITICAL | Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention. | |

0 commit comments

Comments
 (0)