-
Hey,
some small improvements:
1) Can you please replace `verbose` + `print` by using `import logging` + `logging.debug`?
2) Can you add a debug print (request + endpoint) in the `send` method?
…
-
Use Serilog, setup any desktop client and write logs both into console and this client
Use proper logs level for different situations (Information, Error, Warning, etc)
Adjust log levels used inside l…
-
Logging feature in the library and verbosity support in the ltd app.
-
See https://pyo3.rs/v0.22.5/ecosystem/logging, https://github.com/vorner/pyo3-log.
It looks like upstream is already logging: https://github.com/apache/arrow-rs/blob/2b373f850c5ac3d8ba6a1a0dfb98f5711…
-
The following anti-pattern occurs when users are not aware of how to adjust the stdlib logging visibility:
```python
if verbosity > 1:
logger.info("...")
```
Logging occurs often, and exp…
-
**The Problem**
Logging is not working.
**The Solution**
Configure logging to:
1. Output logs to stdout/stderr, so logs are visible in GH jobs.
2. Save logs and in the event of a state validati…
-
Add logging to both Maui and Blazor apps
- [ ] Maui needs to save to machine
- [ ] Blazor needs to output to web console, maybe in local storage?
-
ver. 2.3.2(Latest)において
- 一部コマンドのログがされない問題
Write date: 2024/10/31 23:24
-
It's annoying to exec into the container to view the log file
Logs can just be viewed with `docker compose logs`
-
I've noticed in some cases that when I supply incorrect options or some incorrect format that the chart fails to load, but the HIChartViewDelegate viewDidLoad still gets called. I'm wondering if there…