Sudden increase in JIRA catalina logging levels.

Alexander Perrin July 25, 2017

The JIRA catalina.log files started increasing suddenly in size in our JIRA (v6.4.4) to very large, ~6GB/24hrs, from ~250MB/24hrs. There are only three packages set to DEBUG, which are apparently set to DEBUG by default:

com.atlassian.jira.web.filters.ThreadLocalQueryProfiler

com.atlassian.util.profiling

com.atlassian.jira.service.services.DebugService

There seemed to be only INFO messages output up to a certain point, then suddenly many DEBUG messages started being output, for seemingly any action made by a user.

For example:

2017-07-18 03:51:46,192 http-bio-8443-exec-42 DEBUG xxx.xxx 231x1277603x1 1cqq6yg /rest/gadget/1.0/issueTable/filter [velocity.htmlsafe.introspection.AnnotationBoxingUberspect] Got return annotations: []

2017-07-18 03:51:46,192 http-bio-8443-exec-42 DEBUG xxx.xxx 231x1277603x1 1cqq6yg /rest/gadget/1.0/issueTable/filter [velocity.htmlsafe.introspection.AnnotationBoxingUberspect] Getting introspector method for getter: getColumns

2017-07-18 03:51:46,192 http-bio-8443-exec-42 DEBUG xxx.xxx 231x1277603x1 1cqq6yg /rest/gadget/1.0/issueTable/filter [velocity.htmlsafe.introspection.AnnotationBoxingUberspect] got method: public java.util.List com.atlassian.jira.web.component.IssueTableLayoutBean.getColumns()

This was repeated many times for many pages for every action of a user.

It seems like the logging level just suddenly increased, with no apparent user intervention...

 

Any help much appreciated!

2 answers

0 votes
MattS
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.
July 25, 2017

Did someone change the top-level log level to DEBUG in System, Logging and profiling? 

 

Alexander Perrin July 26, 2017

There seemed to be no change in the logging levels within the Logging and Profiling section.

 

Is there anything that could have triggered a particular logging level to be set to DEBUG automatically?

0 votes
Gaston Valente
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.
July 25, 2017

Alexander,

The filter your executing is working? maybe a change in the custom fields name break it

Alexander Perrin July 25, 2017

Thanks Gaston, but the issue seems to be that jira is suddenly logging at a DEBUG level suddenly rather than with a specific operation.

It also does this for other operations such as /secure/AjaxIssueAction!default.jspa 

and /browse/issue-id

So it is not specifc to that filter. Any other ideas?

Gaston Valente
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.
July 25, 2017

Yes, as Matt said, in the administrative section you can set the loggin level of the modules:
Go to 
/secure/admin/ViewLogging.jspa
And check for that

Suggest an answer

Log in or Sign up to answer