You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a Project using QAF Blank Maven Project and Add qaf-support-ws
2. Add Scenarios for Web Services & Try to execute them
3. Disable/remove log4j.properties or change the root category to ERROR/FATAL
Expected behavior
Console log should print only ERROR logs
Actual behavior
Console log is printing ALL THE LOG VERBOSE
Is the issue reproducible on runner?
QAS
Maven
Gradle
Ant
Eclipse
Test case sample
Please, share the test case (as small as possible) which shows the issue
The text was updated successfully, but these errors were encountered:
For older version of qaf (below 3.1.0) there is log4j1.x dependency from framework. There may be other logging libraries taking control of logging instead of log4j. You should try to find out which logging implementation takes control and configure accordingly. Check similar questions in users group and stack overflow
From qaf version 3.1.0, qaf doesn't include log4j dependency. User need to choose/add logging framework of their choice ( for example log4j, log4j2, slf4j, Logback etc.) and configure logging as per logging framework used. Refer release-notes
QAF Version - 2.1.14
Steps To Reproduce
Expected behavior
Console log should print only ERROR logs
Actual behavior
Console log is printing ALL THE LOG VERBOSE
Is the issue reproducible on runner?
Test case sample
The text was updated successfully, but these errors were encountered: