Skip to content

Commit 719a1b1

Browse files
committed
Reverter logging
1 parent 2cdb36d commit 719a1b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/no/nav/hjelpemidler/oebs/listener/Application.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ fun Application.module(producer: Producer<String, String> = createKafkaProducer(
4848

4949
install(CallLogging) {
5050
disableDefaultColors()
51-
level = Level.INFO
51+
level = Level.DEBUG
5252
filter {
53-
it.request.path() in setOf("/sf")
5453
it.request.path() !in setOf("/isalive", "/isready", "/metrics")
5554
}
5655
}

0 commit comments

Comments
 (0)