Rename apache default logs
This commit is contained in:
parent
9e1b8f2388
commit
8fc5fc0204
|
@ -10,8 +10,8 @@
|
||||||
# modules, e.g.
|
# modules, e.g.
|
||||||
#LogLevel info ssl:warn
|
#LogLevel info ssl:warn
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||||
|
|
||||||
# For most configuration files from conf-available/, which are
|
# For most configuration files from conf-available/, which are
|
||||||
# enabled or disabled at a global level, it is possible to
|
# enabled or disabled at a global level, it is possible to
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
# modules, e.g.
|
# modules, e.g.
|
||||||
#LogLevel info ssl:warn
|
#LogLevel info ssl:warn
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||||
|
|
||||||
# For most configuration files from conf-available/, which are
|
# For most configuration files from conf-available/, which are
|
||||||
# enabled or disabled at a global level, it is possible to
|
# enabled or disabled at a global level, it is possible to
|
||||||
|
|
Loading…
Reference in New Issue