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
I'm looking for insights to make debugging DF scripts easier and avoiding putting DF into debug mode. I also don't want to SSH into the server to see what shows up in dreamfactory.log.
I have two ideas:
Make a script service which simply attempts to output any data passed to it. That way any script being worked on could call platform.api.post('debug', object) and the data would show up in a file in the local file storage.
Write script output to a log file which is hosted on local file service, thus avoiding SSH to the server.