I have several customer script listeners and I have found that log.info doesn't work at all.
I can only get output to logs using log.warn or log.error.
is there some flag I need to set someplace to allow it to do log.info correctly?
This is with Jira Server 7.6.1 and Scriptrunner 5.2.2
You need to set the Info log level for ScriptRunner in jira in System -> Logging and Profiling. Or define your own logger in your file and set the logger to the Info level.
You can find more info here:
https://www.adaptavist.com/doco/display/SFJ/Set+logging+to+help+debug+your+scripts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.