My catalina.out is flooding logs like this.
2018-10-09 04:25:43,527 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] BeforeInstantiation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,527 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] AfterInitialisation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,531 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] BeforeInstantiation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,531 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] AfterInitialisation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,538 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] BeforeInstantiation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,539 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] AfterInitialisation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,541 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] BeforeInstantiation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,542 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] AfterInitialisation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,544 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] BeforeInstantiation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
2018-10-09 04:25:43,545 http-nio-8080-exec-13 DEBUG sn410423 265x11299x1 1jbqmb4 10.122.50.165 /browse/FOS-805568 [c.o.j.groovy.groovyrunner.spring] AfterInitialisation [bean=com.onresolve.jira.groovy.GroovyCondition, type=com.onresolve.jira.groovy.GroovyCondition]
After we updated the Script runner plugin. Any one has any idea. Please suggest how to avoid this logs.
Hi,
the solution is to set the loglevel for the corresponding package to something lower than DEBUG, if you don't want the DEBUG messages in the log.
Go to the "Logging and profiling" section in the Jira administration and add the package "com.onresolve.jira.groovy.groovyrunner.spring" and set loglevel to e.g. ERROR.
Validate that the errors don't show up anymore. To make the change persistent over a server restart you need to add this to your 'WEB-INF/classes/log4j.properties'
Anna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.