Bommu
Bommu

Reputation: 237

Where I can see the system log of jenkins

The Jenkins that we use for ETL automation stopped its service and then restarted it using command prompt. But I wanted to investigate about the reason that caused it to stop. But in System log file of Jenkins I can see only today's log. How can I see log of previous days. Please help.

Upvotes: 8

Views: 49743

Answers (2)

Dmitry Ivanov
Dmitry Ivanov

Reputation: 585

I found logs from the web panel https://jenkins.mycompany.com.ua/log/all

Upvotes: 3

slashpai
slashpai

Reputation: 1169

If you are using a linux machine logs will be in /var/log/jenkins/jenkins.log unless you have set customized location. If you have set any logrotate it will be archived and you might require to unzip and check those to see previous logs.

Take a look at this documentation for more info

Upvotes: 13

Related Questions