Skip to content

Commit 352b50b

Browse files
author
Daniel Vega
committed
Set log level to debug
1 parent 709862f commit 352b50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/tomcatconf/log4j-cloud.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ under the License.
109109

110110
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
111111
<param name="Target" value="System.out"/>
112-
<param name="Threshold" value="INFO"/>
112+
<param name="Threshold" value="DEBUG"/>
113113
<layout class="org.apache.log4j.EnhancedPatternLayout">
114114
<param name="ConversionPattern" value="%-5p [%c{1.}] (%t:%x) %m%n"/>
115115
</layout>

0 commit comments

Comments
 (0)