Reputation: 1181
I did a logger with programmatically configured SocketAppender for Chainsaw. I successfully receive messages in the SimpleReceiver of Chainsaw from code running on localhost, but from remote host i'm just getting like
63 Fri Sep 23 14:44:08 MSD 2011 INFO org.apache.log4j.chainsaw.messages.MessageCenter Connection received from my.host.com:50299 Chainsaw-WorkerThread log chainsaw
68 Fri Sep 23 15:12:22 MSD 2011 INFO org.apache.log4j.chainsaw.messages.MessageCenter Connection lost! :: null Chainsaw-WorkerThread
log chainsaw 69 Fri Sep 23 15:12:22 MSD 2011 DEBUG org.apache.log4j.net.SocketReceiver accepted socket Chainsaw-WorkerThread log chainsaw
70 Fri Sep 23 15:12:22 MSD 2011 DEBUG org.apache.log4j.net.SocketReceiver socket not null - creating and starting socketnode Chainsaw-WorkerThread log chainsaw
71 Fri Sep 23 15:12:22 MSD 2011 DEBUG org.apache.log4j.net.SocketReceiver w*aiting to accept socket* Chainsaw-WorkerThread log chainsaw
but no tab with log messages from remote host. What's wrong? No firewall is running. Tested with v2 and v2.1-trunk-today.
Upvotes: 0
Views: 512
Reputation: 1181
Solved yesterday. Log level in big app's plugin wasn't set correctly.
Upvotes: 1