Skip to content

Commit

Permalink
endre log path
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 30, 2024
1 parent e9c7ba6 commit 6a2d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpa-sync/src/main/kotlin/no/nav/emottak/cpa/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fun main() {
embeddedServer(Netty, port = 8080, module = Application::myApplicationModule).start(wait = true)
}

internal val log = LoggerFactory.getLogger("no.nav.emottak.smtp")
internal val log = LoggerFactory.getLogger("no.nav.emottak.cpa")

fun Application.myApplicationModule() {
install(ContentNegotiation) {
Expand Down

0 comments on commit 6a2d929

Please sign in to comment.