-
I can't join servers and use the computer interface.
-
### Description
Please clarify that when using `AddEventLog`, the `EventLogSettings` overload should only be used if `builder.Logging.ClearProviders();` was called, otherwise the new EventLogSettings…
-
### Describe the feature
We'd like to be able to configure logging settings for the custom resource provider used to deploy EKS clusters. We'd like to be able to set the log groups for the lambdas …
-
### Description
Currently we don't have logging available for debugging use.
-
### Is your feature request related to a problem? Please describe.
Currently, we utilize ``import logging`` to log values in the backend or Python files. This output is visible on the development ser…
-
### 🚀 The feature, motivation and pitch
Support logging the model input and output to a file for `vllm.entrypoints.openai.api_server` which is useful to collect corpus.
### Alternatives
_No respons…
-
### Bug Description
Regardless of Traefik/TLS, the `LokiPushApiProvider` always renders `http` with `socket.getfqdn()` (see [here](https://github.com/canonical/loki-k8s-operator/blob/e369a76a440879…
-
### Description
The current [docs page](https://docs.flyte.org/en/latest/user_guide/productionizing/configuring_logging_links_in_the_ui.html#configure-logging) includes an example that is generic and…
-
This module has a `logging` config section.
None of the other modules have such a section.
Either:
1. All modules should use whatever logging level is specified in the core, and this section sh…
-
When using `logging.exception` sentry does not release exception instance, which results in the memory leak. Exception could be pretty heavy, so depending on the app, it could even cause an OOM.
``…