https://devtools.solutions/tools/logs/log-beautifier.html

Log Beautifier

Reformat and colour-code log output from any source for easier reading and scanning.


    

Example input/output

Input: 2024-01-01 ERROR Connection refused on port 5432
2024-01-01 INFO Server started on port 8080

Output: Colour-coded log lines with ERROR in red, INFO in blue, timestamps highlighted

How it works

This tool scans each log line for level keywords (ERROR, WARN, INFO, DEBUG, TRACE), timestamps, and JSON payloads, then wraps them in styled HTML spans for colour coding. Processing runs in your browser.

Common use cases

Related tools