The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Logs options at the end in scriptrunner console not visible

khushboo_puri
Contributor
March 11, 2025

There are options available in scriptrunner console when we run a script.Result and Logs in datacenter but now I cannot see logs options..can anyone suggest why?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
vikram
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 Champions.
March 12, 2025

Hi @khushboo_puri 

Try to check if the permissions are correct.

check under system settings --- logging and profiling settings -- ensure 

com.onresolve are properly configured. 

check if the logging level is DEBUG or INFO, try changing them to TRACE or ERROR 

or try with custom logging as below example

import org.apache.log4j.Logger
def logger_file = Logger.getLogger("com.example.myScript")
log.debug("Logs for script runner are not shown. ")

 

Vikram P 

0 votes
John Funk
Community Champion
October 2, 2025

Hi Khushboo,

Did you try Vikram's suggestions? Did you get it working?