Quick answer

The Log File Analyzer counts lines and detects log levels (ERROR, WARN, INFO, DEBUG, TRACE).

Log File Empty

The Log File Analyzer counts lines and detects log levels (ERROR, WARN, INFO, DEBUG, TRACE). If you paste empty content or only blank lines, the summary will show zero lines and no level breakdown.

Common causes

How to fix

Examples

Bad

Good

[INFO] Server started
[ERROR] Connection failed

FAQ

Does the analyzer require a specific log format?
No. It detects levels by keywords (ERROR, WARN, INFO, DEBUG, TRACE) anywhere in each line. Any log format that includes these words will be categorized.
What if my logs have no level keywords?
Lines without those keywords are counted as "Other". You still get total line count and empty line count.

Fix it now

Try in validator (prefill this example)

Related

All tools · Canonical