Open nttoole opened 2 years ago
I'd propose that if we're going to add something here that we consider pulling some of the log functionality into the config so we could, for example, set the log level to something higher than info
. It also wouldn't be unreasonable to think about removing some of the default / example config out of the config.yaml
files and into the appropriate features documentation and test suite (if it's necessary for them).
Ideally for a project, the config.yaml is finely tuned and warnings should not be emitted.
For dev however, we are usually stuck with the same default config.yaml, which means we see these WARNINGS everytime we run AIT:
It would be nice to be able to silence these - especially when running quick demos!
Putting it in the config itself seems dubious, but maybe an ENVAR? Or are those frowned upon?