我刚刚按照以下说明在Ubuntu中安装了GitLab: https://about.gitlab.com/downloads/
我遇到了一些电子邮件发送问题,并计划在日志部分下使用sidekiq日志。
我首先意识到sidekiq.log不存在,所以我使用root创建了sidekiq.log,位于“/ var / log / gitlab / gitlab-rails”。然后我继续将权限和所有者/ grps更改为与其他日志文件相同。到目前为止,这是更新的权限:
-rw-r--r-- 1 git git 7935 Jun 24 16:02 application.log
-rw-r--r-- 1 git git 66 Jun 23 22:32 githost.log
-rw-r--r-- 1 git git 3306764 Jun 24 16:23 production.log
-rwxrwxrwx 1 git git 2 Jun 24 14:35 sidekiq.log
我继续通过以下命令重新启动并重新配置gitlab:
sudo gitlab-ctl restart
sudo gitlab-ctl reconfigure
但是,我已经意识到sidekiq日志仍然是空白的。其他日志都可以。有人碰巧知道如何解决?非常感谢提前:))
sidekiq日志部分的图片:http://i.stack.imgur.com/yi0Dv.jpg