Hello,
I am working on a application, using winston nodejs as logging framework. I have a doubt, whether winston logging is blocking my application thread ? As we know node is single threaded, i have put a debug statement using winston and using File transport for it. I want to know whether, will it affect on my application performance ?