Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 21 Mar 2021 14:10:32 UTC Commit: c8e7c7c01ae49bed604276ffec16aa8322a4c8c5 https://github.com/geany/www.geany.org/commit/c8e7c7c01ae49bed604276ffec16aa...
Log Message: ----------- Use relative filename in default logging configuration
This should fix the CI pipeline when pylint is using the Django settings.
Modified Paths: -------------- geany/settings.py
Modified: geany/settings.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -518,7 +518,7 @@ def skip_404_not_found(record): 'file': { 'level': 'DEBUG', 'class': 'logging.FileHandler', - 'filename': '/srv/django/log/geany_web.log', + 'filename': 'geany_web.log', 'filters': ['request_id'], 'formatter': 'verbose' },
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).