@rmg @sam-github On node 10 I'm having deprecation warnings using strong-log-transformer due to it's node-byline dependency usage of the node Buffer api. I've already opened a PR against node-byline (jahewson/node-byline#53) in order to fix those problems, but the library seems to be very unmaintained so far, so I don't think if the PR will ever get merged and released.
In case that happens it might be a good idea try to replace this node-byline with other with the same needed features.
@rmg @sam-github On node 10 I'm having deprecation warnings using
strong-log-transformerdue to it'snode-bylinedependency usage of the nodeBufferapi. I've already opened a PR againstnode-byline(jahewson/node-byline#53) in order to fix those problems, but the library seems to be very unmaintained so far, so I don't think if the PR will ever get merged and released.In case that happens it might be a good idea try to replace this
node-bylinewith other with the same needed features.