Merge "devstack: save iPXE httpd logs"

This commit is contained in:
Zuul 2019-09-14 23:15:41 +00:00 committed by Gerrit Code Review
commit 9e6e95e920

View File

@ -9,4 +9,8 @@ Listen %PUBLICPORT%
Allow from all
Require all granted
</Directory>
ErrorLog /var/log/apache2/ipxe_error.log
ErrorLogFormat "%{cu}t [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] [frontend\ %A] %M% ,\ referer\ %{Referer}i"
LogLevel info
CustomLog /var/log/apache2/ipxe_access.log "%{%Y-%m-%d}t %{%T}t.%{msec_frac}t [%l] %a \"%r\" %>s %b"
</VirtualHost>