'Can I change logging libraries in Karate?
I am attempting to add Karate to a project which heavily uses the latest version of log4j2. To avoid errors and behaviors associated with having multiple logging libraries as dependencies, our team has marked logback as a banned transitive dependency in the parent POM. Removing the banned dependency clause is likely not an option. Unfortunately, this means that our project will not compile after adding Karate, since Karate depends on logback.
Is there any way to switch the logging library that Karate uses? To be able to use log4j2 instead would benefit our team greatly.
If I am also considering marking logback as an excluded dependency in our child POM. How badly will this break Karate down the line??
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
