From 0120d0a9183e57bcfb80f5726c41d68492983ee7 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Mon, 3 Jun 2024 16:55:28 +0100 Subject: [PATCH] Document glog configuration levels in sysconfig.template Add documentation of the log levels for INFO to FATAL, and for increasing the verbosity of log levels Signed-off-by: Ben Lewis --- pkg/systemd/sysconfig.template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkg/systemd/sysconfig.template b/pkg/systemd/sysconfig.template index 851da861..113cd6de 100644 --- a/pkg/systemd/sysconfig.template +++ b/pkg/systemd/sysconfig.template @@ -21,12 +21,15 @@ # Vlan ID used for untagged traffic on unbridged ports (1-4095): # FLAGS_port_untagged_vid=1 -### glog +### glog logging configuration # # log to stderr by default: GLOG_logtostderr=1 -# verbose log level: +# Adjust stderr log level (0 INFO, 1 WARNING, 2 ERROR, 3 FATAL) +# GLOG_minloglevel=1 + +# Configure verbose logging level (0 = least verbose, 4 = most verbose) # GLOG_v=0 # verbose per-module log level: