You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking out this plugin to use in my projects. I wanted to enable only warn level logging. However that does not seem to work when using babel-node.
The commands that I used were as follows:
TRACE_LEVEL=warn babel-node index.js // this did not work
TRACE_LEVEL=warn babel -d ./babel-out index.js
node ./babel-out/index.js // this does work
The text was updated successfully, but these errors were encountered:
Hi,
I was checking out this plugin to use in my projects. I wanted to enable only warn level logging. However that does not seem to work when using babel-node.
The commands that I used were as follows:
TRACE_LEVEL=warn babel-node index.js // this did not work
TRACE_LEVEL=warn babel -d ./babel-out index.js
node ./babel-out/index.js // this does work
The text was updated successfully, but these errors were encountered: