From: Marek Schimara Date: Wed, 24 Aug 2016 08:00:58 +0000 (+0200) Subject: doc/rrdcached.pod: adds description of the '-V log_level' CLI option X-Git-Tag: v1.7.0~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F731%2Fhead;p=thirdparty%2Frrdtool-1.x.git doc/rrdcached.pod: adds description of the '-V log_level' CLI option --- diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 2852ec9f..8e2afa76 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -24,6 +24,7 @@ B [B<-s>EI] [B<-t>EI] [B<-U>EI]] +[B<-V>EI] [B<-w>EI] [B<-z>EI] @@ -157,6 +158,20 @@ be accepted, too. Please also read L below. +=item B<-V> I + +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 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 present: B + +See also: L + =item B<-w> I Data is written to disk every I seconds.