I'm using Winston library for logging some data to .log file in JSON with winston.transports.File transport. When any data is logged, the library attaches fields "level", "timestamp" and "message" to it. In fact, I need only 2 first fields and really don't want logger to add the third one. How can I do this?