remove gitea internal logrotate

This commit is contained in:
Robert Kaussow 2019-11-22 13:40:10 +01:00
parent 9b3797101e
commit d1e644aae0
2 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
---
gitea_version: 1.9.0
gitea_version: 1.10.0
gitea_user: "gitea_adm"
gitea_user_home: "/home/{{ gitea_user }}"
gitea_group: "{{ gitea_user }}"
@ -13,6 +13,12 @@ gitea_bin_dir: "{{ gitea_base_dir }}/bin"
gitea_config_dir: "{{ gitea_base_dir }}/custom/conf"
gitea_data_dir: "{{ gitea_base_dir }}/data"
gitea_selinux_fcontext:
- target: "{{ gitea_global_log_dir }}(/.*)?"
setype: var_log_t
gitea_selinux_restorecon:
- "-ir {{ gitea_global_log_dir }}"
gitea_bind_ip: 127.0.0.1
gitea_bind_port: 61000
gitea_listen_address: http://gitea.example.com
@ -38,9 +44,6 @@ gitea_db_ssl_mode: disable
gitea_global_log_level: Info
gitea_global_log_dir: "{{ gitea_base_dir }}/log"
gitea_file_log_level: "{{ gitea_global_log_level }}"
gitea_file_log_rotate_enabled: "true"
gitea_file_log_rotate_daily_enabled: "true"
gitea_file_log_rotate_max_days: 7
gitea_repository_upload_max_filesize: 3
gitea_repository_upload_max_files: 5

View File

@ -180,11 +180,7 @@ ENABLE_ACCESS_LOG = true
[log.file]
LEVEL = {{ gitea_file_log_level }}
LOG_ROTATE = {{ gitea_file_log_rotate_enabled }}
MAX_LINES = 1000000
MAX_SIZE_SHIFT = 28
DAILY_ROTATE = {{ gitea_file_log_rotate_daily_enabled }}
MAX_DAYS = {{ gitea_file_log_rotate_max_days }}
LOG_ROTATE = false
[cron]
ENABLED = true