Skip to content

Commit

Permalink
fix: logback config not working when packaged (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto authored Aug 9, 2023
1 parent cd8c842 commit fdfbde6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ class KalixJoranConfigurator extends DefaultJoranConfigurator {
status

} else {
ExecutionStatus.INVOKE_NEXT_IF_ANY
val status = super.configure(loggerContext)
addInfo("Kalix application running in packaged mode")
status
}
}
}

0 comments on commit fdfbde6

Please sign in to comment.