Getting DEBUG message on console using extent reports when running the Project | Selenium Forum
Y
yk24.krishna Posted on 27/01/2021

Hi Ashish,

I am running project  using POM and below dependecies and generate extent reports, but getting DEBUG message on eclipse console.

Please find the attached text message.

 

<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>4.1.5</version>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.0</version>
</dependency>

 

Thanks

Krishna

 

 

 


A
Ashish Thakur Replied on 28/01/2021

May be you have put sop while debugging as well


Related Posts