-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
{
"@timestamp": "2024-11-03T01:19:54.333781834+08:00",
"@Version": "1",
"message": "200 OK GET https://api-dev-mpp.xxxx.cn/api/routes/updatedAt",
"logger_name": "org.zalando.logbook.Logbook",
"thread_name": "reactor-http-epoll-4",
"level": "TRACE",
"level_value": 5000,
"http_request": Object{...},
"http_response": Object{...}
}
the log from my container stdout is like above, but data in grafana loki only has message field content,
like: timestape 200 OK POST https://api-dev-mpp.xxxx.cn/api/routes/updatedAt, others are missing
i am not sure how to change this default extract behaviour of java otel sdk