[jboss-jira] [JBoss JIRA] Created: (JGRP-522) Reduce some INFO log levels to DEBUG

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Jun 6 06:51:26 EDT 2007


Reduce some INFO log levels to DEBUG
------------------------------------

                 Key: JGRP-522
                 URL: http://jira.jboss.com/jira/browse/JGRP-522
             Project: JGroups
          Issue Type: Task
            Reporter: Bela Ban
         Assigned To: Bela Ban
            Priority: Minor
             Fix For: 2.5


2007-06-06 11:22:22,849 INFO  [org.jgroups.JChannel] JGroups version: 2.4.1 SP-3
-> Ok

2007-06-06 11:22:23,451 INFO  [org.jgroups.protocols.FRAG2] frag_size=60000, overhead=200, new frag_size=59800
-> Move to DEBUG

2007-06-06 11:22:23,459 INFO  [org.jgroups.protocols.FRAG2] received CONFIG event: {bind_addr=lo2/127.0.0.2}
-> Move to DEBUG

2007-06-06 11:22:23,641 INFO  [org.jgroups.protocols.UDP] sockets will use interface 127.0.0.2
2007-06-06 11:22:23,645 INFO  [org.jgroups.protocols.UDP] socket information:
local_addr=127.0.0.2:32826, mcast_addr=230.1.2.7:45577, bind_addr=lo2/127.0.0.2, ttl=2
sock: bound to 127.0.0.2:32826, receive buffer size=131071, send buffer size=131071
mcast_recv_sock: bound to 127.0.0.2:45577, send buffer size=131071, receive buffer size=131071
mcast_send_sock: bound to 127.0.0.2:32827, send buffer size=131071, receive buffer size=131071
-> For UDP, at INFO level we'd need: local address and port  which is bound, multicast address and port and ttl, everything else is too verbose -> DEBUG or TRACE

2007-06-06 11:22:23,752 INFO  [STDOUT] 
-------------------------------------------------------
GMS: address is 127.0.0.2:32826
-------------------------------------------------------
-> This should be removed. Previous info should indicate local address and port

-> Same for the rest of channels...

2007-06-06 11:22:31,607 INFO  [org.jgroups.JChannel] JGroups version: 2.4.1 SP-3
2007-06-06 11:22:31,612 INFO  [org.jgroups.protocols.FRAG2] frag_size=60000, overhead=200, new frag_size=59800
2007-06-06 11:22:31,613 INFO  [org.jgroups.protocols.FRAG2] received CONFIG event: {bind_addr=lo2/127.0.0.2}
2007-06-06 11:22:32,227 INFO  [org.jgroups.protocols.UDP] sockets will use interface 127.0.0.2
2007-06-06 11:22:32,231 INFO  [org.jgroups.protocols.UDP] socket information:
local_addr=127.0.0.2:32829, mcast_addr=228.1.2.3:45566, bind_addr=lo2/127.0.0.2, ttl=2
sock: bound to 127.0.0.2:32829, receive buffer size=131071, send buffer size=131071
mcast_recv_sock: bound to 127.0.0.2:45566, send buffer size=131071, receive buffer size=131071
mcast_send_sock: bound to 127.0.0.2:32830, send buffer size=131071, receive buffer size=131071
2007-06-06 11:22:32,232 INFO  [STDOUT] 
-------------------------------------------------------
GMS: address is 127.0.0.2:32829
-------------------------------------------------------
2007-06-06 11:22:36,709 INFO  [org.jgroups.JChannel] JGroups version: 2.4.1 SP-3
2007-06-06 11:22:36,880 INFO  [org.jgroups.protocols.FRAG2] frag_size=60000, overhead=200, new frag_size=59800
2007-06-06 11:22:36,881 INFO  [org.jgroups.protocols.FRAG2] received CONFIG event: {bind_addr=lo2/127.0.0.2}
2007-06-06 11:22:36,888 INFO  [org.jgroups.protocols.UDP] sockets will use interface 127.0.0.2
2007-06-06 11:22:37,013 INFO  [org.jgroups.protocols.UDP] socket information:
local_addr=127.0.0.2:32831, mcast_addr=229.1.2.3:45551, bind_addr=lo2/127.0.0.2, ttl=2
sock: bound to 127.0.0.2:32831, receive buffer size=131071, send buffer size=131071
mcast_recv_sock: bound to 127.0.0.2:45551, send buffer size=131071, receive buffer size=131071
mcast_send_sock: bound to 127.0.0.2:32832, send buffer size=131071, receive buffer size=131071
2007-06-06 11:22:37,014 INFO  [STDOUT] 
-------------------------------------------------------
GMS: address is 127.0.0.2:32831
-------------------------------------------------------
2007-06-06 11:22:39,925 INFO  [org.jgroups.JChannel] JGroups version: 2.4.1 SP-3
2007-06-06 11:22:39,931 INFO  [org.jgroups.protocols.FRAG2] frag_size=60000, overhead=200, new frag_size=59800
2007-06-06 11:22:39,931 INFO  [org.jgroups.protocols.FRAG2] received CONFIG event: {bind_addr=lo2/127.0.0.2}
2007-06-06 11:22:39,933 INFO  [org.jgroups.protocols.UDP] sockets will use interface 127.0.0.2
2007-06-06 11:22:39,945 INFO  [org.jgroups.protocols.UDP] socket information:
local_addr=127.0.0.2:32833, mcast_addr=230.1.2.3:43333, bind_addr=lo2/127.0.0.2, ttl=2
sock: bound to 127.0.0.2:32833, receive buffer size=131071, send buffer size=131071
mcast_recv_sock: bound to 127.0.0.2:43333, send buffer size=131071, receive buffer size=131071
mcast_send_sock: bound to 127.0.0.2:32834, send buffer size=131071, receive buffer size=131071
2007-06-06 11:22:40,102 INFO  [STDOUT] 
-------------------------------------------------------
GMS: address is 127.0.0.2:32833
-------------------------------------------------------
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list