Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Which logger is used for DVCS events in Jira?

Mike Rathwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

I have a Github connection on my Jira instance and it's writing an INFO entry in the logs every time there is a commit (and there are a lot of them). Does anyone know which of the default loggers is used for that connection? I'd like to turn it back to at least WARN to stop filling my logs

1 answer

1 accepted

1 vote
Answer accepted
Josh Steckler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

Hi Mike,

com.atlassian.jira.plugins.dvcs is the one you're looking for.

 

-Josh

Mike Rathwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

@Josh Steckler, I don't see that one in the "Default Loggers" section. Might I need to do the "Configure logging level for another package" thing to get it visible and then set the level?

Josh Steckler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

Yes, that'll add it to the list for your current session of Jira. But once you restart it'll return to its previous state.

 

To make this permanent, you can add 'com.atlassian.jira.plugins.dvcs' to your log4j.properties file

The file is located at <installdir>/atlassian-jira/WEB-INF/classes/log4j.properties

https://confluence.atlassian.com/adminjiraserver073/logging-and-profiling-861253813.html

Mike Rathwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

Yup... that was the ticket. I'll add that change to the properties file when I build the next version's Docker image so it'll be there from that day forward

Suggest an answer

Log in or Sign up to answer