According to log4j documentation, if I define a logger config for package com.a.b.c with level ERROR with root logger level set to DEBUG, only ERROR logs should
We are using spring boot 2.1.5 and starter parent as pom dependency. Spring boot is using default logback for logging and we haven't explicitly switched to Log4
I use shadowJar I use log4j2 and I need to log everything in json format. But once I add 'org.apache.logging.log4j:log4j-layout-template-json:2.17.1' into build
I want to use log4j library for my web app that is created with Java 6. Which version is safe for me ? Do you recommend log4j or log4j2 consid
I am using the following configurations in my code but cloudwatch logs are not getting generated. Log4j2.xml is present in main/resources. I am following the AW
I am facing issue while starting ActiveMQ 5.14.3 after upgrading from Log4j 1.2.17 to Log4j 2.17.1. Replaced log4j-1.2.17 with log4j-1.2-api-2.17.1.jar, log4j-a
I am working on enabling Async logger with our service. We have observed that whenever there is an excessive logging, async logger starts blocking application t
It is well known fact we should not block in a Spring Webflux applications. In the SpringOne conferences (2020 and 2020), as well as other conferences, several
Current Situation Java Application development version: a Struts based GUI application developed in Java 1.5 JDK used for Compilation: 1.7 Tomcat Server: Applic
I have a Springboot micro-service. For logging I'm using Elastic common scheme, implemented using ecs-logging-java. I want to set the trace.ID and a transactio
I have a simple springboot application with rest end points. Every time I call the rest end point, it performs a certain activity. Right now, all the logging in
I'm working in a Java solution that is using log4j 2.11 as its logging framework. I'm also using a library that uses a particular POJO extremely frequently. I w
Here i am trying to save my logs generated during execution in logs file i have used lo4j2.properties with Testng listener to save my logs , my log4j2.propertie
I pushed my automation framework to Github and integrated it with Jenkins. I used Log4j2 to capture the logs in the runtime. This works perfectly fine when I ru
In log4j2.xml when defining the RollingFileAppender, it works fine. Programatically its throwing the error. XML file - <RollingFile name="LogToRollingFile"
I have Cucumber Jbehave Test Automation framework which I am trying to sync up with Report Portal. I updated pom.xml, log4j2.xml and ReportPortal.properties fil
We have a Java Spring web application with Log4j2 configured with RollingFile active running on a Tomcat server farm with NFS storage configured. Catalina out l
I'm having issues getting Jersey 1.19 to work with log4j2 on Tomcat7. My project's working assembly against log4j1 consists of the following: slf4j-api: 1.5.6
I have a working code that creates and sends an org.apache.commons.mail.HtmlEmail (version 1.5), but that same code doesn't word when I hav
I have log4j2.xml properties: <?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <Console name="Console" target