-
## Expected Behavior
There should be no warning about failed logger bindings.
## Current Behavior
When accessing the `/api/system/inputs/types/all` API endpoint in Graylog (this happens when …
bernd updated
4 years ago
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
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…
-
Since Commons Logging 1.3.0 natively supports SLF4J as a backend (cf. apache/commons-logging#177), the `jcl-over-slf4j` artifact became redundant.
The artifact uses the `org.apache.commons.logging`…
-
We are getting reports from our security folks that they are detecting log4j 1.2.17
Would this be able to be replaced with maybe `slf4j-reload4j`?