From e7b51362fdca995f866d992dc34280da3ea838db Mon Sep 17 00:00:00 2001 From: George Peristerakis Date: Fri, 20 Feb 2015 16:28:32 -0500 Subject: [PATCH] Changed the log format for horizon's apache configuration The default apache log format is noisy. Added a custom log format that matches the other apache log format of projects like keystone Closes-Bug: #1222900 Change-Id: Id9a8c3a4413c778e009c56ffde6b646b8a120c8b --- files/apache-horizon.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/apache-horizon.template b/files/apache-horizon.template index bca1251bec..68838985ee 100644 --- a/files/apache-horizon.template +++ b/files/apache-horizon.template @@ -28,7 +28,9 @@ Require all granted - + = 2.4> + ErrorLogFormat "%{cu}t %M" + ErrorLog /var/log/%APACHE_NAME%/horizon_error.log LogLevel warn CustomLog /var/log/%APACHE_NAME%/horizon_access.log combined