Open darenwelsh opened 8 years ago
In trying to troubleshoot random long response times, I started reading these suggestions. One of the suggestions is to log more data, specifically processing time. So I updated opt/meza/config/core/httpd.conf#196 to be
LogFormat "%h %l %u %t \"%r\" %>s %b sec:%T usec:%D KA:%k PID:%P CS:%X" common
See the docs for more options on LogFormat.
@darenwelsh: See src/roles/apache-php/templates/httpd.conf.j2 for httpd config.
src/roles/apache-php/templates/httpd.conf.j2
In trying to troubleshoot random long response times, I started reading these suggestions. One of the suggestions is to log more data, specifically processing time. So I updated opt/meza/config/core/httpd.conf#196 to be
LogFormat "%h %l %u %t \"%r\" %>s %b sec:%T usec:%D KA:%k PID:%P CS:%X" common
See the docs for more options on LogFormat.