fgm / filog

A fine logger package for Meteor.JS applications (client + server)
GNU General Public License v3.0
18 stars 6 forks source link

Processors cannot remove keys from context #52

Closed fgm closed 6 years ago

fgm commented 6 years ago

Because of the way Logger.processorReducer() is implemented, processor instances can only add keys or modify existing keys, but not remove existing keys.

fgm commented 6 years ago

Fixed in v0.1.18.