You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding console.log( ... ); to the javascript rule file does not break the execution, but the output does not appear in the logs. This might be helpful for debugging or development of javascript rule files. It would also be ok, if the output is only visible with extended verbosity.
Adding
console.log( ... );to the javascript rule file does not break the execution, but the output does not appear in the logs. This might be helpful for debugging or development of javascript rule files. It would also be ok, if the output is only visible with extended verbosity.