Mark Callow commented on Bug JENKINS-23543

I think I have found what needs to be fixed for a permanent solution, beyond chown'ing /var/log/jenkins/jenkins.log. You also need to edit /etc/newsyslog.d/jenkins.conf, to make sure new log files created by rotation are owned by jenkins. Change the line

/var/log/jenkins/jenkins.log         644  3    *   $D0   J

to

/var/log/jenkins/jenkins.log   jenkins:jenkins    644  3    *   $D0   J

I'll confirm after tonight's log rotation that this actually works. The newsyslog conf file distributed in the OS X installer needs to be updated to this and a new release made as a matter of urgency.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to