-
**TODO**
1. Decide Logging Framework
2. To create directories/files related to Logging
-
We should give better insights and control about what exactly is happening.
-
```yaml
logging:
level:
org.springframework: debug
```
-
Add a proper logging framework for C++ and Python enabling debug prints and (maybe) performance timings.
-
# Feature Request
**Are you requesting automatic instrumentation for a framework or library? Please describe.**
- Framework or library name : [`ILogger`]
- Library type: [Logging]
- Library ve…
-
### Description
Currently, our logging framework utilizes two separate configurations for handler setup: one within the `LoggingSystem` and another within each individual handler. This dual configurat…
-
Controlling what output we get from SAW, Crucible, What4 and related libraries is difficult because they all use different mechanisms for reporting progress, errors, etc. We should adopt a single libr…
atomb updated
4 weeks ago
-
It would be nice if liboi had a built-in logging framework with different levels of verbosity. The logging framework should compute md5 or sha hashes of any files read in (kernels, data files) too. S…
-
### Feature request
Add a `FileHandler` to root logger.
### Motivation
Transformers is only using StreamHandler for logging, which makes debug analysis hard across different experiments. Many other…
-
Original proposal:
> - discovering tests
> - running them
> - mocking external dependencies
Revised proposal (see thread below): implement a logging framework on top of two different platforms…