i see this in my /logs folder: access_log.txt.1211464140 i want this: access_log_05_23_2008_12_22_20.txt
you see the second type is human readable
my code is:
LoadModule log_rotate_module modules/mod_log_rotate.so RotateLogs On RotateInterval 60 CustomLog logs/access_log_ex%y%m%d.txt combined
whats up with the strange timestamp? i thought we can customize this?
apache 2.0.63 log file time stamp issue
i see this in my /logs folder: access_log.txt.1211464140
i want this: access_log_05_23_2008_12_22_20.txt
you see the second type is human readable
my code is:
LoadModule log_rotate_module modules/mod_log_rotate.so
RotateLogs On
RotateInterval 60
CustomLog logs/access_log_ex%y%m%d.txt combined
whats up with the strange timestamp? i thought we can customize this?