Skip to content

Commit 8d376b0

Browse files
committed
Changed apache log file names to end with .log instead of _log
- Legacy-Id: 897
1 parent 8a099c9 commit 8d376b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/httpd/conf.d/django.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SetEnv PYTHON_EGG_CACHE /tmp/.python-eggs
88

99
#ServerName datatracker.ietf.org
1010
DocumentRoot "/var/www/django_ietf/web/static/"
11-
ErrorLog /var/log/ietf/tracker-error_log
12-
TransferLog /var/log/ietf/tracker-access_log
11+
ErrorLog /var/log/ietf/tracker-error.log
12+
TransferLog /var/log/ietf/tracker-access.log
1313

1414
<Location "/">
1515
PythonPath "['/var/www/django_ietf/web'] + sys.path"

0 commit comments

Comments
 (0)