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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:33 +0000 (11:53 -0400)
commitd387e24f945b59b19d7bf19bd7bdab3e7a4cd8a3
tree8234557e35203cf64114eeb343631addb55acaff
parentfb25b9e364c8eab9fe5e37947831e233086c7218
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.0247230000000001 seconds and 4 git commands to generate.