EnableJavascriptConsoleLogging

A Boolean value that specifies whether to write JavaScript console messages to the connector's synchronize log stream.

Logging messages might help you to troubleshoot your custom script. In your script, you can write messages as follows:

console.log("The message to log")

The messages are logged only when you set LogLevel to FULL.

Type: Boolean
Default: False
Required: No
Configuration Section: Any section that you have defined with the CustomJSSections parameter, or TaskName or FetchTasks
Example: EnableJavascriptConsoleLogging=TRUE
See Also:

CustomJSScriptPath

LogLevel