Skip to content

Instantly share code, notes, and snippets.

@cap10morgan
Created September 23, 2015 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cap10morgan/3ae49410e8195248fa10 to your computer and use it in GitHub Desktop.
Save cap10morgan/3ae49410e8195248fa10 to your computer and use it in GitHub Desktop.
diff --git a/standalone.xml b/standalone.xml
index 9547877..f47202b 100644
--- a/standalone.xml
+++ b/standalone.xml
@@ -77,7 +77,7 @@
<profile>
<subsystem xmlns="urn:jboss:domain:logging:2.0">
<console-handler name="CONSOLE">
- <level name="INFO"/>
+ <level name="DEBUG"/>
<formatter>
<named-formatter name="COLOR-PATTERN"/>
</formatter>
@@ -109,7 +109,7 @@
<level name="ERROR"/>
</logger>
<root-logger>
- <level name="INFO"/>
+ <level name="DEBUG"/>
<handlers>
<handler name="CONSOLE"/>
<handler name="FILE"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment