UrielCh / opencv4nodejs

ESM Nodejs bindings to OpenCV 3/4
MIT License
251 stars 51 forks source link

"info config no opencv4nodejs section found in..." logging should be removed on import #94

Open HCAWN opened 1 year ago

HCAWN commented 1 year ago

When importing the module it logs: info config no opencv4nodejs section found in... to the console.

No module should log anything unless there is an error.

I run JS as a sub-process and rely on the stdout to read returned data. this isn't possible with this log being printed

skizzo commented 3 days ago

Hi, did you get rid of this?