Watz
04/30/2021, 9:35 AMtry {
// the stuff to do
} catch(e) {
log.error('error',{requestBody, e})
throw e
}
Would it affect performance?
What I want to achive is not to have to log every call to the RESTlet and still be able to see what the request was if/when it errors out.Dmitry Masanov
04/30/2021, 12:14 PMRyan J
04/30/2021, 12:30 PMstalbert
04/30/2021, 2:59 PMWatz
04/30/2021, 3:28 PMstalbert
04/30/2021, 5:04 PMmichoel
05/01/2021, 10:44 PMWatz
05/02/2021, 5:34 AM