File tree 1 file changed +1
-3
lines changed
app/src/main/kotlin/no/nav/tiltakspenger/saksbehandling
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import no.nav.tiltakspenger.libs.jobber.LeaderPodLookupFeil
15
15
import no.nav.tiltakspenger.libs.jobber.RunCheckFactory
16
16
import no.nav.tiltakspenger.saksbehandling.Configuration.httpPort
17
17
import no.nav.tiltakspenger.saksbehandling.context.ApplicationContext
18
- import no.nav.tiltakspenger.saksbehandling.felles.sikkerlogg
19
18
import no.nav.tiltakspenger.saksbehandling.jobber.TaskExecutor
20
19
import java.time.Clock
21
20
import kotlin.time.Duration.Companion.minutes
@@ -41,8 +40,7 @@ internal fun start(
41
40
devRoutes : Route .(applicationContext: ApplicationContext ) -> Unit = {},
42
41
) {
43
42
Thread .setDefaultUncaughtExceptionHandler { _, e ->
44
- log.error { e }
45
- sikkerlogg.error(e) { e.message }
43
+ log.error(e) { e.message }
46
44
}
47
45
48
46
val server = embeddedServer(
You can’t perform that action at this time.
0 commit comments