winstonjs / winston-compat

Core functionality from winston < 3.0.0 commonly used by user-created transports.
MIT License
2 stars 4 forks source link

fix: require 'util' #7

Closed beeplin closed 6 years ago

beeplin commented 6 years ago

util.inspect is used in index.js but util is previously not required, causing error when prettyPrint = true

OZhurbenko commented 6 years ago

It looks like nobody is paying attention to this repo 😄 Hey guys, are you planning to look into this anytime soon? It's supposed to partially fix #3 which in its turn resolves 'util' issue for winstonjs/winston-daily-rotate-file#131

cc @chjj @ChrisAlderson @indexzero @pose @santigimeno @yurijmikhalevich

beeplin commented 6 years ago

yeah I also came from the winston-daily-rotate-file issue. it should be easy to fix

indexzero commented 6 years ago

Thanks folks.