Skip to content

Commit

Permalink
Document glog configuration levels in sysconfig.template
Browse files Browse the repository at this point in the history
Add documentation of the log levels for INFO to FATAL,
and for increasing the verbosity of log levels

Signed-off-by: Ben Lewis <[email protected]>
  • Loading branch information
b3n-l committed Jun 4, 2024
1 parent 1b49171 commit 0120d0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/systemd/sysconfig.template
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0120d0a

Please sign in to comment.