Skip to content
New issue

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

Monkey-patch for Winston3 publishes too much #115

Open
EJBroeders opened this issue Apr 8, 2022 · 0 comments
Open

Monkey-patch for Winston3 publishes too much #115

EJBroeders opened this issue Apr 8, 2022 · 0 comments

Comments

@EJBroeders
Copy link
Contributor

The Winston patch publishes on the diagnostic channel all logs that Winston collects. I would expect as an end-user that only messages above the configured Winston log level get published.

Current situation:

import * as appInsights from 'applicationinsights';
import * as winston from 'winston';

const logger = winston.createLogger({
  level: 'warn',
});

appInsights.setup();
appInsights.start();

logger.debug('This should not trigger a publish on the diagnostic-channel - but it does');

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant