While running the node tunnel, I don’t want to fetch the verbose tunnel logs. I just need the “info” primarily. Is it possible and can you make some changes in the node tunnel?
Hi Tim,
The requirement can be configured through an environment variable. You can set it in the env from where you use the node-tunnel package. Add code mentioned below:
process.env.LT_LOGCONFIG_FILELEVEL = 'INFO'