Set Logging to higher level - but where?

Stefan Niedermann February 13, 2014

We deactivated the quick-edit-plugin-module (we don't want pop-ups and the old edit-view is a fallback).

Now in our logfile (catalina.out) everytime someone loads / views an issue, we get the following entry:

2014-02-14 10:28:58,027 http-xxxxxxxx%2F172.21.10.64-8080-26 WARN <username> 628x246044x1 18t8kb8 172.21.109.171,172.21.10.64 /secure/IssueNavigator.jspa [atlassian.plugin.webresource.DefaultResourceDependencyResolver] Cannot find web resource module for: com.atlassian.jira.jira-quick-edit-plugin:quick-edit-issue

Where can we set this special warning to a higher level, so it does not appear in our log file every time if someone clicks on an issue?

1 answer

1 accepted

0 votes
Answer accepted
rambabu patina
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.
February 13, 2014

Hi,

You're not running into any ERROR as these are warnings. However, they are annoying and fill up the logs ridiculously....

You're experiencing something like this bug:

https://jira.atlassian.com/browse/CONF-28107

I would recommend that you follow the workaround and set that logging class level to ERROR. That will get the warnings out of the logs.

Hope this helps!

Patina

Stefan Niedermann February 13, 2014

Set <tt>com.atlassian.plugin.webresource </tt>to level "ERROR".

Do this in the file WEB-INF/classes/log4j.properties too, because if you don't do it in this file the changes will be removed after a restart

Suggest an answer

Log in or Sign up to answer