CHANGELOG.md
entry forthcoming. See the git
diff for 2.3.0
for now.CHANGELOG.md
entry forthcoming. See the git
diff for 2.2.0
for now.fiznool
).jbenoit2011
)Most important
winston.transports.DailyRotateFile
into a separate module: require('winston-daily-rotate-file');
npm
and cli
configs to conform to RFC524. Fixes #424 #406 #290filter
function to be consistent with rewriter
and log functions:
js
function filter (level, msg, meta, inst) {
// Filter logic goes here...
}
Other breaking changes
winston.transports.Webhook
. Use winston.transports.Http
instead.Logger.prototype.addRewriter
and Logger.prototype.addFilter
since they just push to an Array of functions. Use logger.filters.push
or logger.rewriters.push
explicitly instead.handleExceptions
option to new winston.Logger
. Instead just pass in the exceptionHandlers
option itself.Logger.prototype.extend
functionalityLogger.prototype.configure
which now contains all logic previously in the winston.Logger
constructor function. (indexzero
)coreybutler
)eol
option to the Console
transport. (aquavitae
)lib/transports.js
for better static analysis. (indexzero
)File
transport to be an objectMode
writable stream. (stambata
)indexzero
)indexzero
)jcrugzz
)harriha
).wesleyeff
)paulhroth
)christophehurpeau
)paulhroth
, kikobeats
)timdp
)The Gitter Badger
)logException
. Fixes #218 #213 #327. (indexzero
)tailFile
function working on latest/all node versions (Christopher Jeffrey
)Roman Stetsyshin
)indexzero
)Roderick Hsiao
)Stefan Thies
, charukiewicz
, unLucio
, Adam Cohen
, Denis Gorbachev
, Frederik Ring
, Luigi Pinca
, jeffreypriebe
)indexzero
)marcus
)package.json
updates cec892c, 2f13b4f, b246efd, 22a5f5a, 5868b78, 99b6b44, 447a813, 7f75b48 (peteward44
, Gilad Peleg
, Anton Ian Sipos
, nimrod-becker
, LarsTi
, indexzero
)String
prototypes as a side effect of using colors
. (kenperkins
)error
on error of the underlying streams after maxRetries
attempts. (ambbell
).os.EOL
for all file writing by default. (Mik13
, indexzero
)Container
when close
event is emitted. (snater
)duration
to durationMs
, which is now a number a not a string ending in ms
. (neoziro
)level
is falsey on any Transport
instance, any Logger
instance uses the configured level (instead of the Transport level) (jstamerj
).maxFiles
in File
transport (Fixes #556).showLevel
support to File
transport.showLevel
support to Console
transport.oojacoboo
).node >= 0.8.0
. (indexzero
)samz
)neouser99
)Melnyk Andii
)Tony Germaneri
)Alberto Pose
)Alberto Pose
)Chris Oloff
)Michiel De Mey
)Leonard Martin
)indexzero
)Loïc Mahieu
)John Frizelle
)indexzero
)until
before a default from
. Fixes #478. (indexzero
)Chasen Le Hara
)José F. Romaniello
)José F. Romaniello
)Ricardo Torres
)Alberto Pose
)res.resume()
in HttpTransport to get around known issues in streams2. (indexzero
)Jacob Thomason
)Ramon Snir
)Michael Neil
)Matt Zukowski
)orcaman
)jupiter
)isstream
for file transport (jcrugzz
)jcrugzz
)indexzero
)indexzero
)indexzero
)unlucio
)indexzero
)indexzero
)http
transport (indexzero
)francoisTemasys
)adriano-di-giovanni
, indexzero
)gdw2
, indexzero
)danilo1105
, indexzero
)revington
)arxony
)gmajoulet
)query
methods from Transports. Fixes #356. (indexzero)calvinfo
)machadogj
)pose
)## 0.6.2 / 2012-07-08
stringify
option