Logparse is a shell script that parses Caddy's JSON log files and outputs them as formatted text. https://wiki.tnonline.net/w/Linux/logparse
Go to file
2024-05-26 22:57:15 +02:00
LICENSE Initial commit 2024-05-26 22:57:15 +02:00
README.md Initial commit 2024-05-26 22:57:15 +02:00

logparse

Logparse is a shell script that parses Caddy JSON log files and outputs them as formatted text. It supports the Common Log Format and Combined Log Format, usually used by traditional HTTP servers like Apache, however it is easy to customise the output using the --selector option or by using a config file. Logparse uses the powerful jq tool to process the JSON logs.