Skip to content

Commit

Permalink
log shutdown reason of persistence actor
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Aug 3, 2022
1 parent 42365d5 commit 0531df5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -619,7 +619,7 @@ private void notAccessible(final WithDittoHeaders withDittoHeaders) {
}

private void shutdown(final String shutdownLogTemplate, final I entityId) {
log.debug(shutdownLogTemplate, String.valueOf(entityId));
log.info(shutdownLogTemplate, String.valueOf(entityId));
passivate();
}

Expand Down

0 comments on commit 0531df5

Please sign in to comment.