Disable log colorize by default.

This commit is contained in:
Andrea Dell'Amico 2021-06-23 16:41:24 +02:00
parent 366b5c6f4f
commit f87a24cb87
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ gitea_log_level: Info
gitea_app_configurations:
- { section: 'log', option: 'ROOT_PATH', value: '{{ gitea_log_dir }}', state: 'present' }
- { section: 'log', option: 'COLORIZE', value: 'false', state: 'present' }
- { section: 'log', option: 'LEVEL', value: '{{ gitea_log_level }}', state: 'present' }
- { section: 'log', option: 'FILE_NAME', value: '{{ gitea_log_dir }}/gitea.log', state: 'present' }
- { section: 'log', option: 'ENABLE_XORM_LOG', value: 'true', state: 'present' }