You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/09/09 15:16:34 UTC

svn commit: r1760037 - /uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Author: cwiklik
Date: Fri Sep  9 15:16:34 2016
New Revision: 1760037

URL: http://svn.apache.org/viewvc?rev=1760037&view=rev
Log:
UIMA-5105 added msg for logging debug level stuff

Modified:
    uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Modified: uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties?rev=1760037&r1=1760036&r2=1760037&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties (original)
+++ uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Fri Sep  9 15:16:34 2016
@@ -243,4 +243,5 @@ UIMAJMS_shared_connections__INFO=Shared
 UIMAJMS_retrying_jms_connection__WARNING=Connection Invalid - Retrying Connection to Broker:{0} Every 5 Seconds
 UIMAJMS_service_recvd_new_message__FINE = > service recvd CAS RefId: {0}
 UIMAJMS_sent_ack_message__FINE = < service sent ACK for CAS RefId: {0}
-UIMAJMS_received_service_info_FINEST = Received ServiceInfo message from {0}
\ No newline at end of file
+UIMAJMS_received_service_info_FINEST = Received ServiceInfo message from {0}
+UIMAJMS_debug_msg__FINEST={0}
\ No newline at end of file