Include host and port in mdc if clustered or remote #28073

This commit is contained in:
Johan Andrén 2019-11-28 11:35:11 +01:00 committed by GitHub
parent 38c938124e
commit 4588a3904f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 199 additions and 40 deletions

View file

@ -114,7 +114,7 @@ public class LoggerSourceTest extends JUnitSuite {
return testKit.spawn(behavior);
});
// MDC persistenceId ajd persistencePhase for the "command-received" not included in the
// MDC persistenceId and persistencePhase for the "command-received" not included in the
// "command-received" logging, because that is via ActorContext.log directly and
// EventSourcedBehaviorImpl
// isn't involved.