Allow only TRACE, DEBUG, and INFO as the build-time, minimal log level
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 2 Jul 2019 21:16:27 +0000 (17:16 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 3 Jul 2019 16:44:09 +0000 (12:44 -0400)
commitdd22a91fdf79ad39dedb83449b905e7659212b45
tree30c487e20df2965701a1cc6c08c1cef04f86719c
parentd24d56638469189904fb6ddbb3c725817b3e9417
Allow only TRACE, DEBUG, and INFO as the build-time, minimal log level

As there's no noticeable performance difference between having the INFO
log level and the FATAL log level as the build's minimal log level,
force it to be TRACE, DEBUG, or INFO. This means that INFO, WARN, ERROR,
and FATAL logging is always enabled, whatever the build configuration.

This seems reasonable and could prove useful to support/debugging
operations.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie4261fd16d344587ef4b37ea1715d7302ad25087
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1590
CONTRIBUTING.adoc
configure.ac
This page took 0.024251 seconds and 4 git commands to generate.