Skip to content
Snippets Groups Projects
Commit bf5aefb1 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Configure pretix loglevel

default to warning instead of info to silence twice-hourly cronjob
parent f919ced4
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ password_reset={{ pretix_password_reset }}
long_sessions={{ pretix_long_sessions }}
ecb_rates={{ pretix_ecb_rates }}
audit_comments={{ pretix_audit_comments }}
loglevel={{ pretix_loglevel }}
{% if pretix_ldap %}
auth_backends=pretix_ldap.LDAPAuthBackend
......
......@@ -59,6 +59,7 @@ pretix_password_reset: true
pretix_long_sessions: true
pretix_ecb_rates: true
pretix_audit_comments: false
pretix_loglevel: 'WARNING'
pretix_mail_from: 'tickets@example.com'
pretix_mail_host: 'mail.example.com'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment