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

-- 
You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/gwt-log.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to