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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.