avocado
avocado copied to clipboard
Improve readability on debug.log making some lines as ERROR
For instance:
2021-05-19 16:59:53,707 testlogs L0101 INFO | tests/domain/test_transient.py:TransientDomain.test_convert_transient_to_persistent: ERROR
This line is test that has some error. What about converting this INFO to an ERROR? Makes sense?