Cleber Rosa <[email protected]> writes:
> Since Avocado 92.0[1], there's no universal preservation of logged > content via Python's "logging" APIs into the test log files. This > changes were motivated by the fact that doing so is intrusive as it > touches on Python's root logger. > > Test writers are now expected to use "avocado." as a namespace prefix > for everything that Avocado should collect/preserve, and other > prefixes for logged content that should be handled differently. > > [1] - > https://avocado-framework.readthedocs.io/en/94.0/releases/92_0.html#users-test-writers > > Signed-off-by: Cleber Rosa <[email protected]> Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
