How to disable Allurelifecycle logging in a Java project #1583
Unanswered
daveu7
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We are seeing repeated occurrences of the following 3 message:
Could not update test case: test case with uuid a28918a7-245c-4f33-b434-1fde529b5cb9 not found","loggerName":"io.qameta.allure.AllureLifecycle","thread":"main","level":"ERROR","levelValue":40000}
{"@timestamp":"2022-02-10T17:38:07.775Z","@Version":"1","message":"Could not stop test case: test case with uuid a28918a7-245c-4f33-b434-1fde529b5cb9 not found","loggerName":"io.qameta.allure.AllureLifecycle","thread":"main","level":"ERROR","levelValue":40000}
The jar file we are using is called:
Maven:io.qameta.allure:allure-java-commons:2.14.0.
<allure-junit5.version>2.14.0</allure-junit5.version>
<allure-maven.version>2.10.0</allure-maven.version>
<aspectj.version>1.9.6</aspectj.version>
<junit.version>4.13.1</junit.version>
<junit.vintage.version>5.7.0</junit.vintage.version>
Please can anyone advise.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions