Hello people,
I’m using gitlab-ce 13.3.4 and having a problem with the times in the logs:
ex: on productions.log the schedule is normal
/var/log/gitlab/gitlab-rails/production.log
for 127.0.0.1 at 2020-09-08 12:35:51 -0300
ex: In the application.log the logs come with different schedules
/var/log/gitlab/gitlab-rails/application.log
2020-09-08T15: 39: 05.523Z: Failed Login: username = eeee ip = 10.20.20.7
My time zone configuration is as follows:
gitlab_rails [‘time_zone’] = 'America / Sao_Paulo
Could anyone tell me why?