nlf
nlf
so the issue here is that the `reportOnly` option requires one or both of `reportUri` and `reportTo`? also re: the `Report-To` header, in my opinion if that header is used...
i'm gonna be honest here, i've actually been using good for most things myself.. i have had a couple of projects where reviving bucker would be useful though. if i...
sorry for the incredibly delayed response, but yes you can override the timestamp format. here's an example: ``` js var logger = Bucker.createLogger({ console: { timestamp: 'MM/DD/YY HH:mm:ss' } });...
to general log messages? not currently, no. that's a feature i'm working on for 2.0 though.
hmm, this is a tricky one. currently file output is just whatever the user passes run through `util.format` from node's core util library. we would likely have to implement our...
not writing to syslog at all? that's strange, it definitely should be if your logger is configured correctly. i'll check it out. if you can provide a test case that...
thanks, that should be enough to let me figure out what's going on
currently it does not, no. it can definitely be added. i'd be happy to merge a pull request.
Base it off the v2 branch, and when you've got it ready submit a PR to that branch. I'm slowly porting the existing transports to v2, which provides a much...
This is a goal for the refactor that I'm working on, so I'm going to leave this open as a reminder