Skip to content
Snippets Groups Projects
Commit a8e0dd54 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-6354 fix log template

parent 30b0dfd9
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ public class VorgangRemoteService { ...@@ -80,7 +80,7 @@ public class VorgangRemoteService {
} }
void logConnection(Optional<String> organisationsEinheitenId, VorgangServiceBlockingStub vorgangStub) { void logConnection(Optional<String> organisationsEinheitenId, VorgangServiceBlockingStub vorgangStub) {
LOG.info("Connecting to vorgang-manager {0}; OrganisationsEinheitId: {1}.", vorgangStub.getChannel().authority(), LOG.info("Connecting to vorgang-manager {}; OrganisationsEinheitId: {}.", vorgangStub.getChannel().authority(),
organisationsEinheitenId); organisationsEinheitenId);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment