Quantcast

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
Issue Type: Improvement Improvement
Assignee: Seiji KOMATSU
Components: core
Created: 16/Sep/12 5:53 AM
Description:

Mac OS X package distribution version works great,
but logs will never been output to a file or standard output.

I'm also using a rpm version, and that does into /var/log/jenkins/jenkins.log.

A log file is very useful to check what jenkins currently does.

So, I suggest to let Mac OS X package version log to /var/log/jenkins/jenkins.log

I've known that it's because of launchd plist file, which is not configured to output StandardOutPath/StandardErrorPath to a file.

Environment: Mac OS X
Project: Jenkins
Priority: Major Major
Reporter: Seiji KOMATSU
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
osx/Library/Application Support/Jenkins/Uninstall.command
osx/launchd_conf_daemon/org.jenkins-ci.plist
osx/launchd_conf_jenkins/org.jenkins-ci.plist
osx/scripts/postinstall-launchd
osx/scripts/postinstall-launchd-jenkins
http://jenkins-ci.org/commit/jenkins/a36223cc7c30459ae218750d03549204549175d3
Log:
[FIXED JENKINS-15178] Merge branch 'pull-567'

Compare: https://github.com/jenkinsci/jenkins/compare/454d0f2b874f...a36223cc7c30

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (21/Sep/12 12:13 AM)
Status: Open Resolved
Resolution: Fixed
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: KOMATSU Seiji
Path:
osx/Library/Application Support/Jenkins/Uninstall.command
osx/launchd_conf_daemon/org.jenkins-ci.plist
osx/launchd_conf_jenkins/org.jenkins-ci.plist
osx/scripts/postinstall-launchd
osx/scripts/postinstall-launchd-jenkins
http://jenkins-ci.org/commit/jenkins/990e3c3bf210fbca8a0d5f186fd167c658bdb48c
Log:
JENKINS-15178: Improved logging on Mac OS X (now outputs to /var/log/jenkins/jenkins.log)

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Seiji KOMATSU closed Improvement JENKINS-15178 as Fixed

Thank you for merging.

Change By: Seiji KOMATSU (22/Sep/12 8:05 AM)
Status: Resolved Closed
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Sami Tikka commented on Improvement JENKINS-15178

Jenkins logs to stdout/stderr, and for launch daemons the default destination for those is the system log. You can access the system log either by using the Console.app or reading the file /var/log/system.log

This is the standard behavior on the Mac OS platform.

If the goal is to make Jenkins on Mac OS behave exactly like Jenkins on Linux, you must also include provide your own logrotate system. Unlike most Linux distress, Mac OS does not provide logrotate for log files other than /var/log/system.log.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

I'll fix log rotating.

Change By: Seiji KOMATSU (03/Mar/13 4:10 PM)
Resolution: Fixed
Status: Closed Reopened
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 [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

I've requested pull-727, which fixes log rotation by newsyslog.
https://github.com/jenkinsci/jenkins/pull/727

Thanks for the advice.

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 [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15178) MacOS X package version does not output to logfile

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Seiji KOMATSU (03/Mar/13 9:04 PM)
Status: Reopened Open
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 [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Loading...