Skip to content

Commit 1866d13

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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. | |
57+
| INFO | Logs that track the general flow of the application. This is the default level | |
5858
| WARNING | Logs that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop. | |
5959
| 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. | |
6060
| CRITICAL | Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention. | |

0 commit comments

Comments
 (0)