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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
org.slf4j.simpleLogger.logFile - The output target which can be the path to a file, or the special values "System.out" and "System.err". Default is "System.err".
Platform:
macOS
JDK 8
The text was updated successfully, but these errors were encountered:
Summary:
When running the program on the CLI in batch mode, all logs are sent to stderr even without errors.
Steps to reproduce:
Run a command like
Expected behavior:
Logs should be logged to stdout and errors should be logged to stderr
Observed behavior:
All logs, including info are sent to stderr.
This is the default behaviour of this library https://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
Platform:
macOS
JDK 8
The text was updated successfully, but these errors were encountered: