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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,11 @@ In addition, as we are using klog, the following parameters are available:
189
189
-`skip_headers`: if true, avoid header prefixes in the log messages
190
190
-`skip_log_headers`: if true, avoid headers when opening log files (no effect when -logtostderr=true)
191
191
-`stderrthreshold`: logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=true) (default 2)
192
-
-`v`: number for the log level verbosity
192
+
-`v`: number for the log level verbosity. Supported levels:
193
+
- Warning (1) - warning messages
194
+
- Info (2) - general application messages, e.g., loaded configuration content, which responses dataset was loaded, etc.
195
+
- Debug (4) - debugging messages, e.g. /completions and /chat/completions request received, load/unload lora request processed, etc.
196
+
- Trace (5) - highest verbosity, e.g. detailed messages on completions request handling and request queue processing, etc.
193
197
-`vmodule`: comma-separated list of pattern=N settings for file-filtered logging
0 commit comments