Bruce Green
Results
1
comments of
Bruce Green
I think I know the problem. The winston-graylog2 code does this ... ``` log(info, callback) { const {message, level, metadata} = info; const meta = Object.assign({}, metadata, this.staticMeta); const cleanedMessage...