commit | d45396a6bbfd1df78ff7fee4a5c4221be70d4e23 | [log] [tgz] |
---|---|---|
author | Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no> | Tue Mar 11 21:32:22 2025 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 19 09:08:00 2025 -0400 |
tree | 714a7a5b1a4b16e00ca1c0cefa006efc8dcc6208 | |
parent | 9946c358fc0bf33140aa874d5c7b47c1455fe561 [diff] |
twister: Cleanup twister loggers Removed logger.setLevel(...) from all twister modules, becasue there should be only one place where twister loggers are configured, and the log level should be set in that place. This should be done in twister_main.py in setup_logging function. Signed-off-by: Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no>