I need some quick help reading my #Apache logs.
In my logs, the date/time stamps have the format
wiki.sunkencastles.com XXX.XXX.XXX.XX - - [23/Oct/2025:20:24:06 +0000]
What is the correct option for my #GoAccess command?
EDIT: I read the manual a bit more closely, and I realized I need to specify both:
--log-format <logformat>
and
--datetime-format <date_timeformat>
I suspect the challenge lies with the former.
EDIT: Solved, thanks to everyone who replied!