]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
doc/rrdcached.pod: adds description of the '-V log_level' CLI option 731/head
authorMarek Schimara <Marek.Schimara@bull.net>
Wed, 24 Aug 2016 08:00:58 +0000 (10:00 +0200)
committerMarek Schimara <Marek.Schimara@bull.net>
Wed, 24 Aug 2016 08:00:58 +0000 (10:00 +0200)
doc/rrdcached.pod

index 2852ec9f000264dd415d72b735ed904d81bac796..8e2afa76349d442482c97d0cecf7854c4cce70de 100644 (file)
@@ -24,6 +24,7 @@ B<rrdcached>
 [B<-s>E<nbsp>I<group>]
 [B<-t>E<nbsp>I<write_threads>]
 [B<-U>E<nbsp>I<user>]]
+[B<-V>E<nbsp>I<log_level>]
 [B<-w>E<nbsp>I<timeout>]
 [B<-z>E<nbsp>I<delay>]
 
@@ -157,6 +158,20 @@ be accepted, too.
 
 Please also read L</"SECURITY CONSIDERATIONS"> below.
 
+=item B<-V> I<log_level>
+
+rrdcached under load can severely flood the logs. This command line option
+specifies the maximum log_level to be used, meaning that a message with
+verbosity I<higher> than log_level is muted (LOG_EMERG being the lowest and
+LOG_DEBUG highest).
+
+Accepted values for "log_level" (lowest to highest verbosity):
+LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG
+
+Default log level when this flag is I<NOT> present: B<LOG_ERR>
+
+See also: L<syslog.h>
+
 =item B<-w> I<timeout>
 
 Data is written to disk every I<timeout> seconds.