Hi All, when i launch my mapReduce script the fir...
# suitescript
m
Hi All, when i launch my mapReduce script the first stage is failing. the strange thing is that my first line is log.debug('test', 'test') and even this is not logged in the execution logs. Is there any other way to find out why it is failing?
e
What is your log level on your deployment? Perhaps it's set to Log Level = Error in which case it won't register your log.debug statement.
m
Hey eric. It was set to debug but turns out if the script file is not named *.js (the extension) then you get this weird behaviour
👍 1