There is currently an unintended consequence when running via CLI in that not providing --noisy-exceptions or --no-noisy-exceptions sets NOISY_EXCEPTIONS to False. Since the runtime overrides the app specific config, this leads to unintended consequences where the app should be respected if the runtime does not define a behavior.
There is currently an unintended consequence when running via CLI in that not providing
--noisy-exceptions
or--no-noisy-exceptions
setsNOISY_EXCEPTIONS
toFalse
. Since the runtime overrides the app specific config, this leads to unintended consequences where the app should be respected if the runtime does not define a behavior.