Skip to content

Commit 9b459c1

Browse files
karl-runhelehar
andcommitted
chore: more trace logging big fire
Co-authored-by: Helene Arnesen <[email protected]>
1 parent 37899f4 commit 9b459c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/kotlin/no/nav/syfo/application/BlockingApplicationRunner.kt

+4
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ class BlockingApplicationRunner(
109109
) {
110110
wrapExceptions {
111111
loop@ while (applicationState.ready) {
112+
val randomUuid = UUID.randomUUID().toString()
113+
logger.info("Polling for message, trace id: $randomUuid")
112114
val message = inputconsumer.receive(1000)
115+
logger.info("Received message, trace id: $randomUuid")
116+
113117
var loggingMeta: LoggingMeta? = null
114118
if (message == null) {
115119
delay(100)

0 commit comments

Comments
 (0)