Skip to content

Commit

Permalink
add default kara params
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinn Diallo committed Feb 22, 2024
1 parent 7b6012b commit 98db92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions konfy-ssm/src/main/kotlin/tanvd/konfy/ssm/SsmProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class SsmProvider(private val prefix: String?, private val separator: String,

init {
logger.info("SsmProvider initialized.")

konfyLogKeys.addAll(listOf("kara.classpath", "kara.routePackages", "kara.environment", "kara.parameters.logging.masked"))
logger.info("Konfy log keys: $konfyLogKeys")
}

Expand Down

0 comments on commit 98db92b

Please sign in to comment.