-
The default seal5 logger (logging.py) logs both to stdout and .seal5/logs/seal5.log, however many of the daughter modules log directly to the Python default of stderr (because they get the Python logg…
-
The `LogRecord` produced by `logger.critical(...)` effectively sets `message_level = 0` and should set `PRIORITY=0` in the journal, but properties that are equal to 0 are not included in the journal e…
-
I imported readii into another project and am running some of the functions and I keep getting these log directories and files created every time I run a function in a different Jupyter notebook cell.…
-
Stabilize Logger.Enabled API
Blockers:
- https://github.com/open-telemetry/opentelemetry-specification/pull/4203
- https://github.com/open-telemetry/opentelemetry-specification/issues/4207
- ht…
-
Currently the logger is printing the full function prototype, this was lot when function has std::variant return type.
So just printing the file name and line number should be sufficient.
-
**Describe the bug**
- We use `log.error` in most places, even when exceptions are raised.
- This is fine when viewing logs in the terminal.
- However to send via OTEL to tools like Sentry, the t…
-
Could write a simple encoder and decoder to store history in order to have simple access to the last calculated number and be able to display the calculations previously made.
-
Hello,
I am running into some trouble while executing metaDMG on both my personal computer and an HPC cluster (both Linux). I built metaDMG-cpp using this conda environment:
`conda create -n met…
-
We prefer to see only messages from our application for regular-user use to limit number of informations he needs to process. In this case we need to remove printing statements and loggers from librar…
-
Hello,
I'm not sure if I'm finding the right information in the Elastic APM Agent documentation.
Does it collect/upload all the logs generated by the application (using Log.i, Log.d etc...)?
…