-
log4rs?
-
pyroscope-java currently uses a custom logger implementation.
I'd like to propose the usage of a dedicated logging framework like SLF4J. What do you think?
-
**Why is `System.out`/`System.err` poor?**
Here is just one example of multiple explanations: https://owasp.org/www-community/vulnerabilities/Poor_Logging_Practice
**Proposal:**
Replace `System.o…
-
Currently we log with println() to stdout, and lose it on Choob Prime when the bot decides to vanish.
Please switch to a logging framework, probably log4j over slf4j (to make Maven less angry), and s…
-
-
Investigate logging frameworks
Some options:
- [AdvantageKit](https://github.com/Mechanical-Advantage/AdvantageKit)
- [Oblog](https://github.com/Oblarg/Oblog)
- Roll our own
Would like for it…
-
Log File:
[Physics::Module] Initialized MultithreadedJobDispatcher with 15 workers.
Initialize engine version: 2023.2.13f1 (70197a359f36)
[Subsystems] Discovering subsystems at path C:/Program File…
-
In order to have proper logging - let's evaluate the current log frameworks from https://github.com/avelino/awesome-go#logging
Most common logging frameworks are
- `go-kit/log`
- `logrus`
- `za…
-
Logging must be added.
should support logging to file
should support logging to custom endpoint (including queue - publishing)
-
As a developer, I would like to use a logging API/library to trace operations across library boundaries, with consistent and clearly formatted log output.
hickeng update: @casualjim has suggested w…