Disable log colorize by default.
This commit is contained in:
parent
366b5c6f4f
commit
f87a24cb87
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue