Quick answer

The analyzer detects log levels by common keywords: ERROR, FATAL, WARN, WARNING, INFO, DEBUG, TRACE.

Log Lines Not Detected by Level

The analyzer detects log levels by common keywords: ERROR, FATAL, WARN, WARNING, INFO, DEBUG, TRACE. If your log format uses different labels (e.g. SEVERE, NOTICE) or no level at all, those lines are grouped as "Other".

Common causes

How to fix

Examples

Bad

SEVERE: Connection failed

Good

[ERROR] Connection failed

FAQ

Can I analyze JSON logs?
Yes. If the JSON contains level fields or level keywords in the message (e.g. "level": "error" or message with "ERROR"), those lines can be categorized. The analyzer looks for keywords in the full line text.
What is the max log size?
Input is limited to 50,000 characters. For larger files, split or sample the log before pasting.

Fix it now

Try in validator (prefill this example)

Related

All tools · Canonical