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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -