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
The personal dbLinter access token used for authentication.
50
-
You can manage the access token in [Web GUI](https://dblinter.app/ords/r/dblinter/dblinter-console/access-tokens).
50
+
You can manage the access token in the [Web GUI](https://dblinter.app/ords/r/dblinter/dblinter-console/access-tokens).
51
51
There you define the validity period and the access rights.
52
52
53
53
-`configName`<spanclass="required">*</span><br/>
@@ -84,9 +84,9 @@ However, to achieve the best results, it is recommended that read-only database
84
84
This is the log level used to write log messages to the log file. The following levels are valid:<br/>
85
85
- `off`: No log messages are written, produces an empty log file.
86
86
- `error`: Log only errors.
87
-
- `warning`: Log only informational messages, warnings and errors.
88
-
- `info`: Only error, warning and info messages are written. This is the default.
89
-
- `debug`: Log only debug messages, informational messages, warnings and errors.
87
+
- `warning`: Log only warnings and errors.
88
+
- `info`: Log only info messages, warnings and errors. This is the default.
89
+
- `debug`: Log only debug messages, info messages, warnings and errors.
90
90
- `trace`: Log all messages. This level helps developers diagnose the root cause of a problem. It also includes profiling information for parsing and checking operations that can slow overall performance.
0 commit comments