Skip to content
Snippets Groups Projects
Commit 434df739 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6354 fix log template

parent 3829a206
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class VorgangRemoteService {
}
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment