-
## Is your feature request related to a problem? Please describe.
Currently Microstream introduces a hard dependency to SLF4J logging facade. However, since Java 9, there is built-in facade that does…
-
Use built-in logging tool `Logback `to make the app create and store logs in logfiles about the status and health of the app.
This tool is `configured` in either `application.properties` or in a file…
-
-
Slf4j with LogBack
-
I have encountered this issue while following the example code and was able to reproduce it on the example code itself.
![image](https://user-images.githubusercontent.com/16011713/147513413-199973b…
-
-
With the release of [Oracle GraalVM](https://www.graalvm.org/) it is possible to [compile Java code to x86-64 executables](http://www.graalvm.org/docs/reference-manual/aot-compilation/). It would be n…
-
**Describe the bug**
The metric `logback.events` in general contains a counter of log events per log level.
However, when creating log events via the Slf4j LoggingEventBuilder, these events are igno…
-
Instead of directly depending on log4j, using the [SLF4J logging facade](https://www.slf4j.org/) will allow dependent applications of the Sparkpost library to pick/configure a logging library of their…
-
I have quarkus 2.1.1 and
io.quarkiverse.logging.logback
quarkus-logging-logback
0.2.0
org.jboss.logging
…