Lets say i want to filter certain messages that starts with "system" to a seperate log file. Other messages are written to the default file.
To write the custom messages, we need a new transport. Is it possible to choose between two transports in Winston, by filtering the message content ?