You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can gather, we use slf4j for logging. There are a couple of exceptions where the java.util Logger was mistakenly used. These usages should be removed. Additionally, it would be good if we could catch such cases using the CI pipeline in the future.
The text was updated successfully, but these errors were encountered:
brodmo
changed the title
Mistake usage of java.util Logger
Mistaken usage of java.util Logger
Sep 20, 2023
From what I can gather, we use slf4j for logging. There are a couple of exceptions where the java.util Logger was mistakenly used. These usages should be removed. Additionally, it would be good if we could catch such cases using the CI pipeline in the future.
The text was updated successfully, but these errors were encountered: