node.js - Is there a way of silencing the botframework logging in nodejs? -
i know if there way control logger botframework using inside chatconnector.js
can control output stdout.
i implement own application logging botframework polluting logs.
i understand output logs separate file or append grep isn't i'm trying achieve here.
ok, after further digging internal logger.js
file looks problem when using botframework emulator app.
in production logs won't appear unless node_debug
environment variable set.
Comments
Post a Comment