Silahkan clone repository ini, pastikan anda bisa menjalankan perintah php di CLI (php -v)
Konversi error.log ke JSON
php Loglinux.php /var/log/apache2/error.log -t jsonKonversi error.log ke plaintext
php Loglinux.php /var/log/apache2/error.log -t textatau
php Loglinux.php /var/log/apache2/error.logMenyimpan ouput kedalam sebuah file
php Loglinux.php /var/log/apache2/error.log -t json -o output.txtatau
php Loglinux.php /var/log/apache2/error.log -o output.txt