What "Level": "unknown" in my logs mean?

I see hundreds of entries like this:
{
"Level": "unknown",
"Message": [
"<<<Logpush: logs truncated>>>"
],
"TimestampMs": 0
},
{
"Level": "unknown",
"Message": [
"<<<Logpush: logs truncated>>>"
],
"TimestampMs": 0
},
Can't figure out from where they comes from 😦
4 Replies
kian
kian7mo ago
https://developers.cloudflare.com/workers/observability/logpush/#limits
Message size: Maximum of 2056 characters per log line Array limit: 20 elements Log message array: A nested array with a limit of three elements
After so many logs, Logpush will truncate them.
useapi.net
useapi.net7mo ago
I understand what ""<<<Logpush: logs truncated>>>"" means. But "Level": "unknown" with "TimestampMs": 0 both total mystery to me. What "Level": "unknown" anyway?
kian
kian7mo ago
Well, it isn't an actual log from your Worker, so it can't be given a timestamp or a level.
useapi.net
useapi.net7mo ago
Well, I guess I can just ignore it. I'm still intrigued as to why it adds those entries.
Want results from more Discord servers?
Add your server
More Posts