From e82767b079ee135d75945f9077cd651c1ba19e9b Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 15 Oct 2018 15:00:29 +0200 Subject: [PATCH] [Minor] added LogMessage for agent start and stop --- li.strolch.agent/src/main/resources/strolch-agent.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/li.strolch.agent/src/main/resources/strolch-agent.properties b/li.strolch.agent/src/main/resources/strolch-agent.properties index 9ea7dc9cc..4bde42add 100644 --- a/li.strolch.agent/src/main/resources/strolch-agent.properties +++ b/li.strolch.agent/src/main/resources/strolch-agent.properties @@ -1,4 +1,4 @@ agent.started={applicationName}:{environment} All {components} Strolch Components started. Took {took}. Strolch is now ready to be used. Have fun =)) -agent.stopping={applicationName}:{environment} Stopping {2} Strolch Agent +agent.stopping={applicationName}:{environment} Stopping {components} Strolch Agent agent.tx.failed=Transaction has failed due to {reason} strolchjob.failed=Execution of Job {jobName} has failed due to {reason}