Skip to content

Commit

Permalink
feature: log inbound context log to logger (#3254)
Browse files Browse the repository at this point in the history
* feature: log inbound context log to logger

* make it simple
  • Loading branch information
jonathanlukas authored Sep 11, 2024
1 parent cd9b07a commit 3fc1c1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public Health getHealth() {

@Override
public void log(Activity log) {
LOG.debug("{}", log);
this.logs.add(log);
}

Expand Down

0 comments on commit 3fc1c1f

Please sign in to comment.