Page 1 of 1

Redirecting stdout to file on server

Posted: Wed Jun 17, 2020 6:11 pm
by TorstenHolmer
Hi,

I use Livecode server as an API for uploading some files from another application with the POST command.
The problem is, that I cannot see the error messages, if something fails.
In browser based interaction set the errorMode to "inline" is fine, but between apps I cannot see the reply.

There seems to be a way to redirect the error messages from the server to a file (like errors.txt), but I could not find any sources.

Can somebody help me out?

Kind regards,
Torsten