]> git.ipfire.org Git - thirdparty/kmod.git/commit
Change default log level
authorLaura Abbott <labbott@fedoraproject.org>
Mon, 28 Sep 2015 22:39:12 +0000 (15:39 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 30 Sep 2015 18:17:01 +0000 (15:17 -0300)
commit16d863c3175fe5934d3fca4973c09b45c12bf183
tree62859b1846ede6a0bfec8b27396a733702b19a97
parentb87d01d6ef87e7f717ed8a9221baeee3c60b571d
Change default log level

The default log level is currently LOG_ERR. Tools can override this
default but there is a non-trivial amount of setup that needs to
happen before the log level can be changed. Since tools may want to
use the warn level for things such as deprecated flags, change the
default to LOG_WARNING to ensure messages get printed.
tools/log.c