-
Right now, loggers instantiated by things using slf4j are hard to deal with. There's no automated way to parent them, so special rules (for example, to enable debug or trace on a certain library) requ…
-
When StreamJsonRpc is used to power microservices-based architectures, the need for rich (end-to-end) tracing and activity propagation, to enable better troubleshooting and monitoring becomes quite im…
-
### Prerequisites
Running version 1.8.6
### Current Behavior
I get an exception when mocking classes as part of a JUnit test suite. Interestingly this doesn't seem to cause any issues as all …
-
logger is the parent logger and childlogger derives from logger.
as you see the childlogger inherits the logger settings in 1st half of example.
But when try to change the logger in 2nd half of exam…
-
I'm trying to figure out how the new `Activity` API should be used in a tracer (e.g. Application Insights) or in an OpenTracing bridge.
@lmolkova @vancem It would be great if you could provide you…
-
# 🚀 Feature Request
I want to set the logging to DEBUG level for all my logger except hydra.
## Motivation
So I added a `Config file: hydra/job_logging/custom.yaml` following this [Customizin…
-
I am following the `conclusion.md` example, and having to call `setrecord!()` after each call to `getlogger` seems like it isn't hierarchical. I propose this change in `loggers.jl`:
```
function …
-
The logging can still be improved.
- [x] currently only one of the messages goes to the log file, the rest is printed to the command line
- [ ] a lot of important things are not logged yet, e.g. i…
-
@prashantv
Follow up on #780 to report a bug.
We are implementing a hierarchical logger using Zap in this PR.
https://github.com/onosproject/onos-lib-go/pull/2
There is a working example in …
-
## Classification:
Enhancement
## Version
AutoKey version: git master/develop
Used GUI (Gtk, Qt, or both): both
## Summary
The current logging system is lacklustre and not really helpf…