I am using bunyan for logging my node.js code.
But I was wondering is there anything like winston
's ExceptionHandlers:[]
in bunyan?
No. There isn't because it's your job to handle all the possible scenarios where error can happen and catch them and log.