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?

1 answer

0 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 Leaders.
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 

Suggest an answer

Log in or Sign up to answer