Optional
The Unstructured SDK has logs they call console.info to log at request time. Passing true will log these messages. The default of false will overwrite the console.info function so that it does not log.
console.info
true
false
false Copy
The Unstructured SDK has logs they call
console.info
to log at request time. Passingtrue
will log these messages. The default offalse
will overwrite theconsole.info
function so that it does not log.