did something change in terms of the logger for de...
# suitescript
s
did something change in terms of the logger for debugging till now i would just add this to script and then on the script file it would output . it doesnt seem to be working
Copy code
log.debug({
    title: 'Debug Entry',
    details:rec
});