CRAPLOG/README.md

1.6 KiB

Craplog

A tool to create statistics from Apache2 log files


Table of contents


Overview

Craplog is a tool that takes Apache2 logs in their default form, parses them and creates simple statistics.

Please refer to one of the available versions for more informations.


Official versions

Version Repository Description Coded with
5.0 GUI Fully graphical version Java
3.0 CLI Command line version Python

Unmantained versions

Old versions, which work just fine, but they're no more getting updated to fit new Craplog's standards.
Please refer to my GitHub page to view unmantained versions,



About Craplog

Craplog has born in early 2021 as a private project: it was a simple bash script with the aim of cleaning Apache2 logs, but it has evolved up to the current stage.

It is now a more complex, public domain project: it makes statistics, allows to view them, has more advanced features to customize it and the way it behaves, it's available in both a GUI version (written in Java) and a CLI version (written in Python), and it keeps growing (and being a wonderful boot-camp for me 💪)