What "Level": "unknown" in my logs mean?
I see hundreds of entries like this:
Can't figure out from where they comes from 😦
4 Replies
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 elementsAfter so many logs, Logpush will truncate them.
I understand what ""<<<Logpush: logs truncated>>>"" means.
But "Level": "unknown" with "TimestampMs": 0 both total mystery to me.
What "Level": "unknown" anyway?
Well, it isn't an actual log from your Worker, so it can't be given a timestamp or a level.
Well, I guess I can just ignore it. I'm still intrigued as to why it adds those entries.