From: Jonathan Rajotte Date: Thu, 26 May 2016 22:14:37 +0000 (-0400) Subject: Fix: set the logger level to prevent unexpected level inheritance X-Git-Tag: v2.9.0-rc1~148 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=f59a892fafb8de6f076376268224cb6a34afca04;hp=f59a892fafb8de6f076376268224cb6a34afca04;p=lttng-tools.git Fix: set the logger level to prevent unexpected level inheritance BSF and other jars can ship with an embedded log4j.properties file. This causes problem when launching an application with a general class path (e.g /usr/share/java/*) since log4j will look for a configuration file in all loaded jars. If any contains a directive for the root logger, it will affect any logger with no level that are directly under the root logger. This can result in an unexpected behaviour (e.g no events triggered etc.). Link: https://issues.apache.org/jira/browse/BSF-24 Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---