You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.