Skip to content

Commit

Permalink
Bruker UnleashConfig logger
Browse files Browse the repository at this point in the history
  • Loading branch information
bragejahren committed Aug 18, 2023
1 parent f98bc03 commit 5517414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ open class UnleashConfig(

companion object {

private val logger = LoggerFactory.getLogger(UnleashProperties::class.java)
private val logger = LoggerFactory.getLogger(UnleashConfig::class.java)
}
}

Expand Down

0 comments on commit 5517414

Please sign in to comment.