You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/env_variables.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
### `PGLS_LOG_LEVEL`
11
11
12
-
Allows to change the log level. Default is debug. This will only affect "pgt*" crates. All others are logged with info level.
12
+
Allows to change the log level. Default is debug. This will only affect "pgls*" crates. All others are logged with info level.
13
13
14
14
### `PGLS_LOG_PREFIX_NAME`
15
15
@@ -25,7 +25,7 @@
25
25
26
26
### `PGT_LOG_LEVEL`
27
27
28
-
Allows to change the log level. Default is debug. This will only affect "pgt*" crates. All others are logged with info level. Deprecated, use PGLS_LOG_LEVEL instead.
28
+
Allows to change the log level. Default is debug. This will only affect "pgls*" crates. All others are logged with info level. Deprecated, use PGLS_LOG_LEVEL instead.
0 commit comments