[Minor] added LogMessage for agent start and stop

This commit is contained in:
Robert von Burg 2018-10-15 15:17:42 +02:00
parent e82767b079
commit bd1b7090cb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {components} Strolch Agent
agent.stopping={applicationName}:{environment} Stopping Strolch Agent with {components} components.
agent.tx.failed=Transaction has failed due to {reason}
strolchjob.failed=Execution of Job {jobName} has failed due to {reason}