Is there a way to save all apache logs as CSV file?
access.log->access_log.csv
error.log->error_log.csv
You can define a custom log format to make Apache log directly into a comma-separated format.
You may have to fiddle with this for a while to find the right way. For example, you will probably want to use "
or '
as field delimiters to prevent commas inside the field values from breaking your CSV.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With