Pavel Ivanov

Results 6 comments of Pavel Ivanov

@GavinRay97 > Whoops, forgot to add you need to npm install iohook Add it into dependencies in the package.json then: https://github.com/nikersify/jay/blob/master/package.json#L29 . More info https://docs.npmjs.com/files/package.json#dependencies

@shuat can you show an example (I mean the code that fails) how you log an object using this transport? So that I can quickly see what's the issue.

@shuat AFAIK, it's possible to log objects with this transport, but an object must have some certain fields (message, etc.). See: https://github.com/namshi/winston-graylog2#upgrading-from-earlier-versions-of-winston-graylog2 ``` logger.info({ message: 'this is an info message',...

Sorry for the late reply guys. I no longer use this library myself, so I didn't really have time to check the issue. Here is the PR that allows to...

@popbee > Typescript types are still broken (by this very change). Hopefully we can get a PR in, this is blocking us. What error do you get? Please provide more...

@popbee sorry for a late reply, missed your message somehow. The following code compiles fine for me: ```ts import * as winston from "winston"; import * as WinstonGraylog2 from "winston-graylog2";...