We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need major update to new version.
Papertrail is a legacy winston transport. Consider upgrading: Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md
The text was updated successfully, but these errors were encountered:
Need major update to new version. Papertrail is a legacy winston transport. Consider upgrading: Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md
https://www.papertrail.com/help/configuring-centralized-logging-from-nodejs-apps/
const winston = require('winston'); const papertrail = new winston.transports.Http({ host: 'logs.collector.solarwinds.com', path: '/v1/log', auth: { username: new String(''), password: 'TOKEN' }, ssl: true, }); const logger = winston.createLogger({ transports: [papertrail], }); logger.info('hello papertrail');
Sorry, something went wrong.
No branches or pull requests
Need major update to new version.
The text was updated successfully, but these errors were encountered: