[GH-ISSUE #89] winston.Logger issue with loglevel #68

Closed
opened 2026-02-26 05:31:14 +03:00 by kerem · 2 comments
Owner

Originally created by @xakraz on GitHub (Aug 8, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/89

When loglevel is set to 'info', it also records 'debug' messages...

winston = require('winston');
logging = new winston.Logger({
  transports: [ new winston.transports.Console({
    level: 'info',
    timestamp: true,
    json: false,
  })]
}
Originally created by @xakraz on GitHub (Aug 8, 2013). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/89 When loglevel is set to 'info', it also records 'debug' messages... ``` javascript winston = require('winston'); logging = new winston.Logger({ transports: [ new winston.transports.Console({ level: 'info', timestamp: true, json: false, })] } ```
kerem closed this issue 2026-02-26 05:31:14 +03:00
Author
Owner

@jnovack commented on GitHub (Aug 17, 2014):

Is this a winston problem or a Log.io problem?

<!-- gh-comment-id:52432207 --> @jnovack commented on GitHub (Aug 17, 2014): Is this a winston problem or a Log.io problem?
Author
Owner

@msmathers commented on GitHub (Jan 16, 2020):

Winston has been removed in v0.4x of log.io

<!-- gh-comment-id:575216421 --> @msmathers commented on GitHub (Jan 16, 2020): Winston has been removed in v0.4x of log.io
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#68
No description provided.