Does anyone have any suggestion on a better way to...
# suitescript
a
Does anyone have any suggestion on a better way to output large data for debugging in Restlet? it seems there is a character limit on
log.debug
j
I've used an email to send a large amount of data from a script before.
e
I have not done that before, but what about creating a .txt file on the file cabinet with the necessary output?
s
n
I used email, or store a log file.
a
@stalbert, were you able to set that up in a restlet script? We use something similar but the processes I've seen for loading 3rd party scripts for Restlets seems kinda hacky and unreliable
@eminero, that is a good idea, or simply appending to a .txt file, I will probably look into that, have you done it that way, do you have any examples?
s
our bulk logging requirements actually changed before I implemented it.... but my plan wasn't to use a third party JS but rather drive it (uploading to logz.io) via a script execution log search for performance