-
Most likely `logs` since it's already in the transitive deps.
- Set up a source builder functor like in https://gist.github.com/anmonteiro/3b3fd4810dc6481eb662b1e4675a5e36
- (Maybe?) set up a cust…
-
Notes:
- How do we report errors?
- Error codes?
- Differentiate daemon errors from “first-time” use errors
- Error recovery? When/how can we recover from errors?
- Decide on checkpoints if the p…
mster updated
3 years ago
-
**Enhancement Request:**
The message field produced by --log-json should be broken down into components to give the program that reads the log messages more granularity and more control on how it p…
-
Pino seems like a popular library to use here:
https://betterstack.com/community/guides/logging/how-to-install-setup-and-use-pino-to-log-node-js-applications/
Tasks:
- [ ] allow configuration…
-
https://cirrus-ci.com/task/5442110629871616?logs=ci#L3430
```
[15:12:14.943] node0 2024-10-24T15:12:14.578291Z [shutoff] [src/logging/timer.h:58] [Log] [bench] FlushStateToDisk: write block and u…
-
Based on template in #78, add support to initialize the logging.
Also need to add the default logging provider.
-
I'd really like to dig into this codebase but I don't really have much of an idea where to start.
I did notice that it's currently using raw `println!` rather than a logging framework. I'd be inte…
-
During the work on [553877](https://bugs.eclipse.org/bugs/show_bug.cgi?id=553877) spend some time investigating logging frameworks used in *Eclipse Passage*. Results are interesting and worth to be di…
-
Hi there,
it would be great to have an integration with a logging framework, so one can activate the logger and then get log messages for each state transition.
What would you think about this …
-
Run check on all event framework events to ensure they are being logged. Here is a non exhaustive list of things to be checked:
- [ ] Events framework should log once for the event and once for the…