-
I'm getting the same issue as reported here #227 when using Winston version 1.0.0. If I use version 0.9.0 it works correctly. Only the first message is ever logged to the file.
I'm using Windows, unf…
-
Sebmaster suggested using [Winston](https://github.com/winstonjs/winston).
-
We want to be able to log different levels of information based on the configuration of the server.
In development we may want to see a lot more than we do in production.
Either way, the log should …
-
### Describe the feature
Based on previous discussion between contributors, we are interested in making this repository a "dumb" one by extracting out the extension logic into [catppuccin/vscode](h…
-
logger.info(message, "abc");
Output is:
{"0":"a","1":"b","2":"c","level":"info","message":"message"}
I guess this is because the meta string is combined into the object before stringifing, It l…
-
-
Is it possible to have winston log its messages to a transport in order? It's hard to read log files that aren't sequential.
For example, I have a log output that included a date/time with milliseco…
-
The app has a Winston logger that handles newlines and other logging problems from console.log. Replace any calls to console.log with imports from this class.
https://github.com/forcedotcom/git2gus…
-
App listening on port 800
GET / 404 705ms - 6.55kb
GET /app/assets/stylesheets/style.css 304 6ms
GET /app/assets/stylesheets/animate.css 304 2ms
GET /app/assets/stylesheets/buttons.css 304 4ms
GET /ap…
-