https://netsuiteprofessionals.com logo
Title
m

mattdahse

01/30/2018, 2:45 PM
@karlenigma That will work, but every time somebody makes a SS2.0 API call like
log.debug('GetInputData Begins'})
instead of
log.debug({title: 'getInputData, details: 'Begin'});
a puppy gets run over.
j

jkabot

01/30/2018, 5:52 PM
Are you advising against omitting
details
or against supplying the parameters as strings? (Or both?)
a

aaron_tekton

01/30/2018, 9:30 PM
I think he’s advising against passing a string instead of an object with necessary parameters, and I’d agree with that.