-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root logger is not avilible to avocado tests after the 92.0 LTS #3048
Comments
Hello @richtja, do you think a test logger like |
Ah, you’re right @richtja, I didn’t research in-depth, the |
I've checked However, it's not easy to get the Line 146 in d0116d1
|
Here are the target files. Show list
|
Hi @luckyh, for those cases I think it should be possible to create logger with avocado namespace like:
or
|
Please note that the current approach could be considered as a workaround to the issue below. In the future, we may replace it with some interface provided by VT. Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Skipped: * autotest_control.py * autotest_distro_detect.py * autotest_regression.py Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Skipped: * autotest_control.py * autotest_distro_detect.py * autotest_regression.py Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Skipped: * autotest_control.py * autotest_distro_detect.py * autotest_regression.py Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
Please note that the current approach could be considered as a workaround to the issue below. In the future, we may replace it with some interface provided by VT. Issue: autotest#3048 Signed-off-by: Xu Han <[email protected]>
In b2459dd the avocado stopped using the logs from root logger. Every avocado log are under avocado namespace now. This change was already accepted in avocado-vt. With those changes, every avocado-vt test has to use avocado namespace for logging, otherwise the logs will be lost, because the logs to root logger won't be used by avocado output. This is also part of Avocado 92.0 LTS version. As a solution, might be approach from avocado-vt adbfa56
The text was updated successfully, but these errors were encountered: