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
This issue is a work in progress.
winston
daily-rotate-file.js
cycle.decycle
Buffer
Transport
"logged"
prettyPrint
json
depth
rewriters
filters
logstash
meta
Http
common.log
pkginfo
winston.version = require('../package.json').version;
silent
Webhook
The text was updated successfully, but these errors were encountered:
Related issues:
#274
Sorry, something went wrong.
These changes have all been made for 3.0.0 next week.
3.0.0
No branches or pull requests
This issue is a work in progress.
Breaking
winston
it will have no transports attached. Fixes this weird usage patterndaily-rotate-file.js
fromwinston
core.cycle.decycle
to supportBuffer
instances and other edge cases. (could technically be a bug fix).Transport
will no longer emit the"logged"
event.Custom Formatters
prettyPrint
,json
,depth
in favor of customer Formattersrewriters
in favor of customer Formattersfilters
in favor of customer Formatterslogstash
option in favor of custom FormattersAny changes to levels & paramters
meta
-style JSON objects internally for all method signaturesTests for everything and anything
Http
transportcommon.log
and other internal methods.Miscellaneous
pkginfo
in favor ofwinston.version = require('../package.json').version;
silent
mode with a better implementation than Use log callback instead of event listeners. This prevents log handlers ... #327Webhook
transport in favor of a singleHttp
transport.Minor features
The text was updated successfully, but these errors were encountered: