logger incompatible with winston logger
winston logger uses log(message, meta), whereas this library assumes its log(meta, message)
surprisingly, there is no type error, you just see broken logs ([object, object])
winston logger uses log(message, meta), whereas this library assumes its log(meta, message)
surprisingly, there is no type error, you just see broken logs ([object, object])