Skip to content

Commit

Permalink
log key list on intialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinn Diallo committed Feb 22, 2024
1 parent b3f89e8 commit 62aa189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
import tanvd.kosogor.proxy.publishJar

group = "tanvd.konfy"
version = "0.1.25-logging"
version = "0.1.25-logging-1"

plugins {
id("tanvd.kosogor") version "1.0.18" apply true
Expand Down
1 change: 1 addition & 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,7 @@ class SsmProvider(private val prefix: String?, private val separator: String,

init {
logger.info("SsmProvider initialized.")
logger.info("Konfy log keys: $konfyLogKeys")
}

@Suppress("UNCHECKED_CAST")
Expand Down

0 comments on commit 62aa189

Please sign in to comment.