From 525c7d8dbef106245c4fce29a5b6b31b7160b21c Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Fri, 24 Aug 2018 13:24:49 -0400 Subject: Updated log messages to be more intuitive Added support for kafka Updated logging.clj file to not reject messages which contain an empty substring. Updating Dockerfile to use the specified GLIBC_VERSION Adding spotify docker plugin Moving the Dockerfile to directory root. Issue-ID: AAI-1542 Change-Id: I4c41486cb6c7698a2c2736d574721f6a5237563e Signed-off-by: Shwetank Dave --- resources/log/ChameleonMsgs.properties | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'resources/log/ChameleonMsgs.properties') diff --git a/resources/log/ChameleonMsgs.properties b/resources/log/ChameleonMsgs.properties index 4e61e2a..91995ea 100644 --- a/resources/log/ChameleonMsgs.properties +++ b/resources/log/ChameleonMsgs.properties @@ -8,12 +8,16 @@ Attempt Gallifrey Assertion of operation {0} with type {1} and key {2} \ GALLIFREY_ASSERTED=\ CHM0002I|\ -Asserted type {0} and key {1} in Gallifrey\ +Gallifrey Assertion "{0}" for type "{1}" and key "{2}"\ RESPONSE=\ CHM0003I|\ -Response for operation "{0}" for endpoint "{1}" resulted in status "{2}" with body "{3}"\ +Response for operation "{0}" for endpoint "{1}" resulted in status {2} ; {3}\ CHAMELEON_REQUEST=\ CHM0004I|\ -Incoming Request of type "{0}" for endpoint "{1}" from address "{2}"\ \ No newline at end of file +Incoming Request of type {0} for endpoint {1} from address {2}\ + +ERROR=\ +CHM0001E|\ +ERROR ENCOUNTERED Caused By: "{0}" with message: {1}\ \ No newline at end of file -- cgit 1.2.3-korg