Karate: How can I stop seeing Debug info on console using in intelij IDE
Asked
Active
Viewed 40 times
0

Bharat Gurbani
- 27
- 3
-
If you are running your app in Debug Mode, it WILL show. Other solution is to remove all `Log.*()` calls if you have them in your code OR Run your app in Release Mode. – Darshan Dec 14 '20 at 07:03
-
I have found the solution that by logback-test.xml file of karate was missing from project and by default it was showing debug on intelij.Added the file and it have fixed the issue – Bharat Gurbani Dec 14 '20 at 10:50