From da933a7e105acf814d5e7955d39d29eab3a96613 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 3 Jul 2009 11:57:21 +0200 Subject: added $klogConsoleLogLevel directive ...which permits to set a new console log level while rsyslog is active --- doc/imklog.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/imklog.html b/doc/imklog.html index 9166bae6..5bfab5ce 100644 --- a/doc/imklog.html +++ b/doc/imklog.html @@ -34,9 +34,9 @@ handled. The default is "off", in which case these messages are ignored. Switch it to on to submit non-kernel messages to rsyslog processing.
  • $DebugPrintKernelSymbols -(imklog) [on/off]
    +[on/off]
    Linux only, ignored on other platforms (but may be specified)
  • -
  • $klogSymbolLookup (imklog) [on/off] -- +
  • $klogSymbolLookup [on/off] -- disables imklog kernel symbol translation (former klogd -x option). NOTE that this option is counter-productive on recent kernels (>= 2.6) because the kernel already does the symbol translation and this option breaks the information.
    @@ -44,10 +44,19 @@ kernel already does the symbol translation and this option breaks the informatio it except if you have a very good reason. If you have one, let us know because otherwise new versions will no longer support it.
    Linux only, ignored on other platforms (but may be specified)
  • -
  • $klogUseSyscallInterface (imklog)  [on/off] +
  • $klogConsoleLogLevel [number] +(former klogd -c option) -- sets the console log level. If specified, only messages with +up to the specified level are printed to the console. The default is -1, which means that +the current settings are not modified. To get this behavior, do not specify +$klogConsoleLogLevel in the configuration file. Note that this is a global parameter. Each time +it is changed, the previous definition is re-set. The one activate will be that one that is +active when imklog actually starts processing. In short words: do not specify this +directive more than once! +
    Linux only, ignored on other platforms (but may be specified)
  • +
  • $klogUseSyscallInterface [on/off] -- former klogd -s option
    Linux only, ignored on other platforms (but may be specified)
  • -
  • $klogSymbolsTwice (imklog) [on/off] -- +
  • $klogSymbolsTwice [on/off] -- former klogd -2 option
    Linux only, ignored on other platforms (but may be specified)
  • @@ -69,7 +78,7 @@ is needed to start pulling kernel messages.

    This documentation is part of the rsyslog project.
    -Copyright © 2008 by Rainer +Copyright © 2008-2009 by Rainer Gerhards and Adiscon. Released under the GNU GPL version 3 or higher.

    -- cgit