bunyan-winston-adapter
======================
Allows to use winston logger in restify server without bunyan. Must be used with already installed winston.
At the moment is is very simple and its main purpose is to log some restify internal logs (that expect bunyan) using
winston logger. It only supports default winston log levels.
Level
trace
is mapped to debug
and level fatal
is mapped to error
.