-
We might want to consider using `java.util.logging` instead of `slf4j`.
`java.util.logging` is part of the JDK, so using it means having one less external dependency.
-
Hi all,
I apologize in advance if this is a known issue, but I could not find any entry clearly describing this issue.
**Describe the bug**
When a Java application using Slf4j is instrumented, …
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
Hello There,
I was working with your repo. getting below error in starting the metastore .
Can you help ?
Thanks in advance
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found b…
-
```
Starting a flow as a "Mule application" in Mule-studio-RC-20111220 (Mule
version 3.2.1) causes the following logs:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[j…
-
```
Starting a flow as a "Mule application" in Mule-studio-RC-20111220 (Mule
version 3.2.1) causes the following logs:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[j…
-
Tool/Software | Version | Status
-- | -- | --
Java (JDK) | JDK 17+ | **DONE**
Eclipse IDE | 2024-06 | **DONE**
Maven | 3.9.9 | **DONE**
Docker | 27.1.1 | **DONE**
Docker Compose | 2.29.1 | **DONE**
Do…
-
```
Starting a flow as a "Mule application" in Mule-studio-RC-20111220 (Mule
version 3.2.1) causes the following logs:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[j…
-
```
It is much better to use slf4j than commons logging. It is possible for
everyone to stick to their chosen implementation. As most frameworks use slf4j
it is quite a hassle to work around commons…
-
```
SLF4J is the next generation logging framework replacing commons logging and
simplifies the complicated class loading used by commons logging(which normal
breaks in Websphere). You can use a bri…