awesomeeng / awesome-log

Logging for enterprise ready nodejs applications.
MIT License
34 stars 4 forks source link

Bugfix: Сustom writer log levels were not applied. #19

Closed 0LEG0 closed 3 years ago

0LEG0 commented 3 years ago

Example to reproduce this bug: LOG.init({ writers: [{ name: "MyConsoleWriter", type: "console", levels: "error,warn,info", // it does not log anything except the case levels: "*" formatter: "default", options: { } }] });