I don't buy the premise that using a library such as Winston is difficult to configure and that features get in your way. Also, you are not forced to write Winston logs as JSON, I am not sure where you got that from. With that being said...
Its a good project and I think you should continue with development. I personally would re-think the way your handling log levels. Seems like a feature that should be available out of the box. Check out RFC 5424 (the syslog protocol) if you haven't already.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
I don't buy the premise that using a library such as Winston is difficult to configure and that features get in your way. Also, you are not forced to write Winston logs as
JSON
, I am not sure where you got that from. With that being said...Its a good project and I think you should continue with development. I personally would re-think the way your handling log levels. Seems like a feature that should be available out of the box. Check out RFC 5424 (the syslog protocol) if you haven't already.