Closed HaimBendanan closed 3 years ago
Hello, from the readme: winston.log('info', "Hello World from Node.js!");
. But the second argument could be an object, so you can do something like winston.log('info', { col: "data", col2: "data" });
.
Closing due to inactivity
Hey,
I must be missing something. I am trying to upload logs with additional columns, but can't find a way to do it. Could you share an example of how to achieve that?