pino-mozlog
Advanced tools
Changelog
2.2.0
Use readable-stream
instead of through2
(see #33).
Changelog
2.1.0
Each record contains a new severity
field (all lowercase), which corresponds to the Stackdriver logging level.
Changelog
2.0.0
Breaking change: the Time
field has been dropped (it was an optional field according to the mozlog specification anyway).
Breaking change: the Timestamp
field now receives the value of the time
field of a pino
log. Before, pino-mozlog
was "converting" time
from milliseconds to nanoseconds (time * 1000000
). Now, pino
logs MUST have time
values in nanoseconds.