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
On my client that sends logs, I am using not NPM log levels, but Syslog log levels.
That means that I will possible log emergency, alert etc. logs.
In that case, winstond will throw an error and not log anything, because it uses NPM log levels by default.
There is no way to configure winston itself in winstond. I tried the following code:
Great software, thanks!
On my client that sends logs, I am using not NPM log levels, but Syslog log levels.
That means that I will possible log
emergency
,alert
etc. logs.In that case, winstond will throw an error and not log anything, because it uses NPM log levels by default.
There is no way to configure winston itself in winstond. I tried the following code:
That doesn't work unfortunately. It would be great if it was possible to configure winston, or at least the log levels, in winstond.
The text was updated successfully, but these errors were encountered: