Skip to content

Commit 0583d98

Browse files
authored
fixed Disclaimer (#89)
1 parent 7a74a50 commit 0583d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/log-level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Log Levels
44

55
# Log Levels
66

7-
Log Levels are often used in programms to **filter out to verbose **information or to allow for debugging logs.
7+
Log Levels are often used in programms to **filter out to verbose** information or to allow for debugging logs.
88

99
To change the Log Level set `logLevel` to: (default: `info`)
1010

@@ -17,5 +17,5 @@ To change the Log Level set `logLevel` to: (default: `info`)
1717
- `fatal` (**only** fata errors)
1818

1919
> [!CAUTION]
20-
> the log level `dev` **can leak data**
20+
> the log level `dev` **can leak data in the logs**
2121
> and must only be used for testing during development

0 commit comments

Comments
 (0)