[mailman3] Remove non-existent variable from config
I forgot to remove the variable that is not used anymore. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c868c197b2
commit
1d7d2f2bb4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ workers: {{ mailman_rest_api_workers }}
|
|||
{% for item in mailman_log_items %}
|
||||
|
||||
[loggin.{{ item }}]
|
||||
level: {{ mailman_log_level }}
|
||||
level: info
|
||||
path: {{ mailman_log_directory }}/{{ item }}.log
|
||||
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue