Browse code

Merge "Changed the log format for horizon's apache configuration"

Jenkins authored on 2015/02/25 05:09:18
Showing 1 changed files
... ...
@@ -28,7 +28,9 @@
28 28
             Require all granted
29 29
         </IfVersion>
30 30
     </Directory>
31
-
31
+    <IfVersion >= 2.4>
32
+      ErrorLogFormat "%{cu}t %M"
33
+    </IfVersion>
32 34
     ErrorLog /var/log/%APACHE_NAME%/horizon_error.log
33 35
     LogLevel warn
34 36
     CustomLog /var/log/%APACHE_NAME%/horizon_access.log combined