Hi, I edit /etc/gitlab/gitlab.rb and set log_level set error:
gitlab_workhorse[‘log_level’] = “error”
registry[‘log_level’] = “error”
spamcheck[‘log_level’] = ‘error’
patroni[‘log_level’] = ‘ERROR’
gitaly[‘log_level’] = ‘error’
nginx[‘log_level’] = “error”
gitlab_shell[‘log_level’] = ‘error’
And I set Linux environment GITLAB_LOG_LEVEL=ERROR
But Gitlab print many many logs and occupy My disk.
Any method to close these log? thx~