diff options
author | Martin Ritchie <ritchiem@apache.org> | 2008-11-18 11:02:39 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2008-11-18 11:02:39 +0000 |
commit | b355d0e5b46739c74e9cbef449d8fc50646e4db2 (patch) | |
tree | 8dca6b1a3032726b4dce919652796fd45d567490 | |
parent | ef3a12f42c3c882a81f9aaeed7f87b0bdad89725 (diff) | |
download | qpid-python-b355d0e5b46739c74e9cbef449d8fc50646e4db2.tar.gz |
Reverted log4j change
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718555 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/broker/etc/log4j.xml | 42 |
1 files changed, 8 insertions, 34 deletions
diff --git a/java/broker/etc/log4j.xml b/java/broker/etc/log4j.xml index b425e5094a..af8e7a8293 100644 --- a/java/broker/etc/log4j.xml +++ b/java/broker/etc/log4j.xml @@ -91,42 +91,16 @@ </category> - <!-- Default Qpid Logging --> - - <!-- Default logging to show : - Connection Closing - Queue Consumes (Start) - Queue Cancel (Stop) - Queue Declartion - Queue Binding - --> - - <!-- Shows the connection closing --> - <category name="org.apache.qpid.server.handler.ConnectionCloseMethodHandler"> - <!-- Example : 2008-05-09 10:27:36,219 INFO [pool-2-thread-1] handler.ConnectionCloseMethodHandler (ConnectionCloseMethodHandler.java:55) - ConnectionClose received with reply code/reply text 200/JMS client is closing the connection. for AMQProtocolSession(/127.0.0.1:4102) --> - <priority value="info"/> - </category> - <!-- Shows the subscriber starting --> - <category name="org.apache.qpid.server.handler.BasicConsumeMethodHandler"> - <!-- Example: 2008-05-09 10:29:52,800 DEBUG [pool-4-thread-3] handler.BasicConsumeMethodHandler (BasicConsumeMethodHandler.java:70) - BasicConsume: from 'clientid:exampleClient' for:1 nowait:false args:null --> + <!-- Examples of additional logging settings --> + <!-- Used to generate extra debug. See debug.log4j.xml --> + + <!--<category name="org.apache.qpid.server.store"> <priority value="debug"/> - </category> - <!-- Shows the subscriber closing --> - <category name="org.apache.qpid.server.handler.BasicCancelMethodHandler"> - <!-- Example: 2008-05-09 10:32:37,537 DEBUG [pool-5-thread-4] handler.BasicCancelMethodHandler (BasicCancelMethodHandler.java:64) - BasicCancel: for:1 nowait:false --> + </category--> + + <!--category name="org.apache.qpid.server.txn"> <priority value="debug"/> - </category> - <!-- Shows the name of the queue being created --> - <category name="org.apache.qpid.server.handler.QueueDeclareHandler"> - <!-- Example: 2008-05-09 10:28:30,017 INFO [pool-3-thread-2] handler.QueueDeclareHandler (QueueDeclareHandler.java:159) - Queue clientid:exampleClient declared successfully --> - <priority value="info"/> - </category> - <!-- Queue Binding shows queue|routing key|exchange tuple --> - <category name="org.apache.qpid.server.handler.QueueBindHandler"> - <!-- Example: 2008-05-09 10:28:30,173 INFO [pool-3-thread-3] handler.QueueBindHandler (QueueBindHandler.java:129) - Binding queue Queue(clientid:exampleClient)@24124380 to exchange org.apache.qpid.server.exchange.DestWildExchange[amq.topic] with routing key example.hierarical.topic --> - <priority value="info"/> - </category> - + </category>--> <!-- Log all info events to file --> <root> |