-
## Describe the problem you'd like to have solved
our apps use slf4j as facade api, and log4j2 as the implementation.
however, to enable accesslog in springboot, we have to introduce logback which…
-
I solved this by deleting the /home/david/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.0 directory. Why it was using this I do not understand.
I have this exception
`SLF4J: Class path …
-
**Describe the bug**
Got the following error using Semantic Kernel in Java with automatic function calling using 4o* OpenAI models: "An assistant message with 'tool_calls' must be followed by tool mes…
-
I am currently using WorldWind as part of a larger system. One of the issues that I came across was that WorldWind uses Java's built-in logging framework. This prevents me from consolidating the logs …
-
PS C:\Users\Administrator\Desktop\lsproxy> docker run -p 4444:4444 -v /c/Users/Administrator/Desktop/spring-cloud-consul:/mnt/workspace agenticlabs/lsproxy:latest
Starting...
[2024-11-21T05:33:25Z I…
-
### Expected Behavior
the @Slf4j log property to be available in all parts of a class that features cache-related annotations
### Actual Behaviour
the @SLF4J log property is sometimes not fou…
-
Suggestion, migrate from java.util.Log to SLF4J
**Benefits:**
### 1. Better API
Instead of:
```
log.log(Level.WARNING, "message", e);
```
Can have:
```
log.warning("message", e);
```…
-
### Describe the need of your request
Prevent "weird" behaviour at runtime or even runtime errors/failures (e.g. #1740).
We already have a check for kotlinx-coroutines which seems to be one of the m…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Trying to use slf4j with log4j logging in java application which uses liquibase.
Using jul-to-slf4j for red…
-
The call to fetch the first page sets the appropriate query parameters based on the input parameter value:
https://github.com/Azure/azure-sdk-for-java/blob/840911147fb403b6246d866999189c3875d889c6/sdk…