X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=2f76b4aecf72a2e2d0415e3373639eef88e6f367;hb=761e1890bdacd5e9e53c3aa052259b79698b45bd;hp=d661771792a6e1c6b98d44a761e34c456874240d;hpb=662514648ee42c5c45fe27a0d4702ef825eb4b16;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d6617717..2f76b4ae 100644 --- a/configure.ac +++ b/configure.ac @@ -386,8 +386,8 @@ AC_ARG_VAR([PLUGINSDIR], [built-in plugins install directory [LIBDIR/babeltrace2 AS_IF([test "x$PLUGINSDIR" = x], [PLUGINSDIR='$(libdir)/babeltrace2/plugins']) # BABELTRACE_MINIMAL_LOG_LEVEL: -AC_ARG_VAR([BABELTRACE_MINIMAL_LOG_LEVEL], [Minimal log level for Babeltrace program, library, and plugins (VERBOSE, DEBUG, INFO, WARN, ERROR (default), FATAL, or NONE)]) -AS_IF([test "x$BABELTRACE_MINIMAL_LOG_LEVEL" = x], [BABELTRACE_MINIMAL_LOG_LEVEL="VERBOSE"]) +AC_ARG_VAR([BABELTRACE_MINIMAL_LOG_LEVEL], [Minimal log level for Babeltrace program, library, and plugins (VERBOSE, DEBUG (default), INFO, WARN, ERROR, FATAL, or NONE)]) +AS_IF([test "x$BABELTRACE_MINIMAL_LOG_LEVEL" = x], [BABELTRACE_MINIMAL_LOG_LEVEL="DEBUG"]) AS_IF([test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "VERBOSE" && \ test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "DEBUG" && \ test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "INFO" && \