We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a74a50 commit 0583d98Copy full SHA for 0583d98
docs/configuration/log-level.md
@@ -4,7 +4,7 @@ title: Log Levels
4
5
# Log Levels
6
7
-Log Levels are often used in programms to **filter out to verbose **information or to allow for debugging logs.
+Log Levels are often used in programms to **filter out to verbose** information or to allow for debugging logs.
8
9
To change the Log Level set `logLevel` to: (default: `info`)
10
@@ -17,5 +17,5 @@ To change the Log Level set `logLevel` to: (default: `info`)
17
- `fatal` (**only** fata errors)
18
19
> [!CAUTION]
20
-> the log level `dev` **can leak data**
+> the log level `dev` **can leak data in the logs**
21
> and must only be used for testing during development
0 commit comments