We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
winston
winston@2
winston@3
node -v
Initializing winston.transports.Syslog errors out saying:
winston.transports.Syslog
Property 'Syslog' does not exist on type 'Transports'
It should use the syslog type that is defined here
Versions:
winston: 3.1.0 winston-syslog: 2.0.0 @types/winston-syslog: 2.0.1
The text was updated successfully, but these errors were encountered:
Please open this issue on winston-syslog.
winston-syslog
Sorry, something went wrong.
If I understand correctly, the types are missing on the Transports interface. Aren't the changes required on your end?
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Please tell us about your environment:
winston
version?winston@2
winston@3
3.1.0node -v
outputs: v8.11.4What is the problem?
Initializing
winston.transports.Syslog
errors out saying:What do you expect to happen instead?
It should use the syslog type that is defined here
Other information
Versions:
The text was updated successfully, but these errors were encountered: