Domino/Notes Version: 14.5.1.
Add-on Product: Domino REST API
Its Version: 1.1.7
Operating System: RockyLinux 10
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version): 14.5.1.
Hello,
we are using the Domino REST API together with a LotusScript agent. The agent returns its result using Print statements.
When the agent is called directly, the output from the Print statements is returned as the response and is not written to the Domino console or log.
However, when the same agent is called via the Domino REST API, the Print output is returned in the response as expected, but it is also written to the Domino console/log.
We would like to prevent the Print output from being written to the log when the agent is invoked through the REST API. The log grows very quickly, and the data returned by the agent should not be logged there in the first place.
Is there a configuration option or another way to suppress this console/log output while still returning the agent output through the REST API?
Thanks in advance.