File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed
src/main/kotlin/no/nav/hjelpemidler Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import no.nav.helse.rapids_rivers.RapidApplication
13
13
import no.nav.helse.rapids_rivers.RapidsConnection
14
14
import no.nav.hjelpemidler.configuration.Configuration
15
15
import no.nav.hjelpemidler.metrics.SensuMetrics
16
- import no.nav.hjelpemidler.rivers.LoggRiver
17
16
import java.net.InetAddress
18
17
import java.time.LocalDateTime
19
18
import java.util.*
@@ -103,9 +102,7 @@ fun main() {
103
102
call.respond(HttpStatusCode .OK )
104
103
}
105
104
}
106
- }.build().apply {
107
- LoggRiver (this )
108
- }
105
+ }.build()
109
106
110
107
// Run our rapid and rivers implementation facing hm-rapid
111
108
logg.info(" Starting Rapid & Rivers app towards hm-rapid" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments