Questions tagged [logback-classic]
119 questions
2
votes
0 answers
Programmatically configuring logback-classic in a Typelevel Scala application
I have a program using com.monovore.decline and org.typelevel.log4cats.
app.scala
//> using scala 3
//> using resourceDir ./resources
//> using dep org.typelevel::log4cats-slf4j:2.6.0
//> using dep ch.qos.logback:logback-classic:1.4.8
//> using dep…

Zia Ur Rehman
- 103
- 6
2
votes
0 answers
SLF4J multiple bindings Spring boot with weblogic
I updated my spring boot application version to 5.3.24, and I excluded the logback from all dependencies, I checked it with dependency:tree
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.2.1.RELEASE:compile
[INFO] | | \-…

user3654435
- 77
- 2
- 10
2
votes
1 answer
Is there a reason, why logback.groovy is discarded in 1.2.9+?
I am using Logback and Slf4j for logging and the configuration is present in form of logback.groovy under src/main/resources which always worked like a charm.
I was about to upgrade my logging configuration to the latest versions available and…

injecteer
- 20,038
- 4
- 45
- 89
2
votes
1 answer
Logback printing %n instead of new line
I am using Logback through Slf4j. I have an appender configured as follows: