You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, it does not seem possible to add multiple transports of the same type. For instance, I would like to add multiple "winston.transports.File" transports, each with a different level -- in order to create separate files for each level logged.
If this is not supported, is this something that has been considered?
The text was updated successfully, but these errors were encountered:
I am surprised that it doesn't work this way already. Seems like a very basic logging need -- that a transport is decoupled from the logger (just like an event listener) where you can add as many as you like.
Right now, it does not seem possible to add multiple transports of the same type. For instance, I would like to add multiple "winston.transports.File" transports, each with a different level -- in order to create separate files for each level logged.
If this is not supported, is this something that has been considered?
The text was updated successfully, but these errors were encountered: