I have been trying to add a trace id to my logs of micro services. I have tried using sleuth and spring cloud and it is working. But I dont want to load spring
Spring boot app with default logger settings and using lombok's @Slf4j Prints logs like {"timestamp":"2020-02-26T11:25:57.485-05:00" ..........} Time shown 11:
I have an Android app thich uses slf4j + logback. Gradle file looks like this: ... compile('com.github.tony19:logback-android-core:1.1.1-6') { exclude grou
I need to add an object like @Slf4j's "log" in a service class, for example: @Slf4j @Service public class MyService { public void anyMethod() { log
Problem I have a Spring-Boot application in which I am also starting a gRPC server/service. Both the servlet and gRPC code send requests to a common object to p
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'm using Springboot with the sl4j-api 1.7.2. Is there a way to filter out from stack-traces only the lines starting with my packages, or excluding from the log
we have a standalone java project using log4j for logging,and we don't config log4j via the classpath configuration. we config it in my code as bellow: String
Has anyone built, or does anyone know how to build, a logging framework that deposits the log files on Amazon S3? We're building a SaaS app, and, naturally, we