Dan Dascalescu

Results 495 comments of Dan Dascalescu

There haven't been any commits in 3+ years. @nlf, perhaps time to [archive this repo](https://help.github.com/articles/archiving-repositories/) and `npm deprecate` the package?

@JacobRReed: GitHub issues are a convenient way to communicate publicly with the author(s) of a repo. They don't have to be "problems". I've creating issues congratulating maintainers for a job...

@MarkHerhold: does Palin supports [hiding the source](https://github.com/MarkHerhold/palin#source) of the message for individual log calls, rather than for all of them?

@xxyuk: as you saw, [Day.js](https://github.com/iamkun/dayjs/issues/498) doesn't use the Intl API. This logging package is for the server, so there's no excuse to not use the Intl API.

Thanks @TomFrost for taking into account #53 and #56. Agree with keeping log levels configurable, even though in order to avoid the paradox of choice, I was happy to see...

Just wanted to bring one issue to your attention, @TomFrost, in case addressing it may lead to breaking changes: flushing logs before `process.exit()` (#55). From https://github.com/winstonjs/winston/issues/228: > Loosing logs, especially...

Hey @TomFrost, how's it going towards 1.0? :)

I'd also like the ability to use relative paths, or omit paths altogether from the output. For example, it's not that relevant where a startup message like `log.info("We're up and...