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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.