Merge pull request #27552 from akka/wip-26537-slf4j-patriknw

Typed logging with slf4j, #26537
This commit is contained in:
Patrik Nordwall 2019-09-06 11:33:56 +02:00 committed by GitHub
commit 0783855b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
199 changed files with 3861 additions and 2785 deletions

View file

@ -69,7 +69,7 @@ public class DeviceGroup extends AbstractBehavior<DeviceGroup.Command> {
} else {
context
.getLog()
.warning(
.warn(
"Ignoring TrackDevice request for {}. This actor is responsible for {}.",
groupId,
this.groupId);

View file

@ -65,7 +65,7 @@ public class DeviceGroup extends AbstractBehavior<DeviceGroup.Command> {
} else {
context
.getLog()
.warning(
.warn(
"Ignoring TrackDevice request for {}. This actor is responsible for {}.",
groupId,
this.groupId);