Need help with double-logging

24 views
Skip to first unread message

Shawn Johnson

unread,
Nov 13, 2013, 6:59:43 PM11/13/13
to gwt...@googlegroups.com
I'm getting double-logging from my gwt-log logs and I can't seem to figure out why.
- Using gwt-log 3.2.1
- Using RemoteLogger
- Running on JBoss 7, using JBoss logging

gwt.xml
-----------------------

<inherits name="com.allen_sauer.gwt.log.gwt-log-RemoteLogger" />

<set-property name="log_ConsoleLogger" value="ENABLED" />

<set-property name="log_DivLogger" value="DISABLED" />

<set-property name="log_FirebugLogger" value="ENABLED" />

<set-property name="log_GWTLogger" value="DISABLED" />

<set-property name="log_SystemLogger" value="DISABLED" />

<set-property name="log_WindowLogger" value="DISABLED" />


--------------------------------------------------

My system.log looks like this:

--------------------------

18:46:17,083 INFO  [stdout] 2013-11-13 18:46:17,082 [http-localhost/127.0.0.1:8080-2] DEBUG gwt-log (ServerLogImplLog4J.java:81) - Entered onModuleLoad

18:46:17,082 DEBUG [gwt-log] Entered onModuleLoad

18:46:17,083 INFO  [stdout] 2013-11-13 18:46:17,083 [http-localhost/127.0.0.1:8080-2] INFO  gwt-log (ServerLogImplLog4J.java:81) - Module initialization done

18:46:17,083 INFO  [gwt-log] Module initialization done

18:46:17,084 INFO  [stdout] 2013-11-13 18:46:17,083 [http-localhost/127.0.0.1:8080-2] DEBUG gwt-log (ServerLogImplLog4J.java:81) - Crazy Egg - Add Handler

18:46:17,083 DEBUG [gwt-log] Crazy Egg - Add Handler

18:46:17,084 INFO  [stdout] 2013-11-13 18:46:17,084 [http-localhost/127.0.0.1:8080-2] DEBUG gwt-log (ServerLogImplLog4J.java:81) - ForeSee - Add Handler

18:46:17,084 DEBUG [gwt-log] ForeSee - Add Handler

18:46:17,085 INFO  [stdout] 2013-11-13 18:46:17,084 [http-localhost/127.0.0.1:8080-2] DEBUG gwt-log (ServerLogImplLog4J.java:81) - Google Analytics - Initializing

18:46:17,084 DEBUG [gwt-log] Google Analytics - Initializing

18:46:17,085 INFO  [stdout] 2013-11-13 18:46:17,085 [http-localhost/127.0.0.1:8080-2] DEBUG gwt-log (ServerLogImplLog4J.java:81) - Style injection complete

18:46:17,085 DEBUG [gwt-log] Style injection complete

Reply all
Reply to author
Forward
0 new messages