-
The category feature of `winston` is quite cool. However, loggers like log4j base this on some thing like packages and support some kind of hierarchical configuration structure.
For example, you ca…
-
A lot of times, a component will create multiple instances of some library component, sometimes without even knowing it (via a dependency). It would be useful if the log entries reflected the hierarc…
-
syslog [gives us](http://en.wikipedia.org/wiki/Syslog#Severity_levels) emerg, alert, crit, err, warn, notice, info, debug. These log levels have well-defined and widely understood (by ops type people)…
-
Figwheel core/main/repl all make use of `goog.log` for their logging, with loggers named "Figwheel", "Figwheel REPL", and "Figwheel CSS Reload".
However `goog.log` loggers are hierarchical, based …
-
Using Java logging would reduce the number of libraries used.
Questions to consider:
- [x] Does Java logging support hierarchical loggers so that setting the level for a package sets it for all class…
-
**Description**
AbstractTimerTest was introduced [in this PR](https://github.com/camunda/zeebe-process-test/pull/1028) as a result of solving [this issue](https://github.com/camunda/zeebe-process-t…
-
The cpp source:
```
#include "easylogging++.h"
INITIALIZE_EASYLOGGINGPP
int main(int argv, char* argc[]) {
el::Configurations conf("easylogging.conf");
el::Loggers::reconfigureAllLoggers…
-
With `config.yaml` including simple-form `logging` config:
```
logging:
distributed: debug
>>> import logging
>>> import distributed
>>> logging.getLogger("distributed")
>>> logging.get…
-
Questions around how to write progress directly from module code come up fairly often. Right now all modules can do is write to stdout+stderr and it will show up in the progress output in the same way…
-
I seem to get errors when running the tests for `josch.persistency.implementation.mongodb`. I've included a snippet of the output below.
```
[INFO] Scanning for projects...
[INFO]
[INFO] --< de…