Merge pull request #27552 from akka/wip-26537-slf4j-patriknw
Typed logging with slf4j, #26537
This commit is contained in:
commit
0783855b2c
199 changed files with 3861 additions and 2785 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue