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
We want to use Winston logger and replace console.log with winston's logging. However, this will default to writing to file. Is there a way to run this task when there's no logging to console when the server is running?
I tried setting delay:2 but no such luck.
The text was updated successfully, but these errors were encountered:
We want to use Winston logger and replace console.log with winston's logging. However, this will default to writing to file. Is there a way to run this task when there's no logging to console when the server is running?
I tried setting
delay:2
but no such luck.The text was updated successfully, but these errors were encountered: