| commit | 231a3e55876f299252b0bea4bcb6487ba501d09b | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Feb 24 20:09:18 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Feb 24 20:09:18 2015 +0000 |
| tree | 269d94596eecadeb959f7788e271939be09d31c2 | |
| parent | 6239919ea4e760ee5946a2f6d917977e77f18db9 [diff] | |
| parent | e7b51362fdca995f866d992dc34280da3ea838db [diff] |
Merge "Changed the log format for horizon's apache configuration"
diff --git a/files/apache-horizon.template b/files/apache-horizon.template index bca1251..6883898 100644 --- a/files/apache-horizon.template +++ b/files/apache-horizon.template
@@ -28,7 +28,9 @@ Require all granted </IfVersion> </Directory> - + <IfVersion >= 2.4> + ErrorLogFormat "%{cu}t %M" + </IfVersion> ErrorLog /var/log/%APACHE_NAME%/horizon_error.log LogLevel warn CustomLog /var/log/%APACHE_NAME%/horizon_access.log combined