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
winston
winston@2
winston@3
node -v
The Console transport is not output to terminal window. This occurs in VSCode, iTerm, Default terminal
Code that creates the logger:
createLogger({ level: logLevel, defaultMeta: { name: name }, levels: config.npm.levels, transports: [ new transports.Console(), new transports.File({ filename: "combined.log", level: "info" }) ] })
The File Transport works fine
From what I can tell from debugging is that the transsports/Console.js Log method is never called.
The text was updated successfully, but these errors were encountered:
Not sure about default terminal (that should work?!) but for vscode sounds like a duplicate of #1544
Sorry, something went wrong.
Also suffering that on WSL 2 (Debian)
No branches or pull requests
Please tell us about your environment:
winston
version?winston@2
winston@3
node -v
outputs: 10.15.1What is the problem?
What do you expect to happen instead?
The Console transport is not output to terminal window. This occurs in VSCode, iTerm, Default terminal
Code that creates the logger:
Other information
The File Transport works fine
From what I can tell from debugging is that the transsports/Console.js Log method is never called.
The text was updated successfully, but these errors were encountered: