-
In order to replace the Herbie demo, the most important missing feature is input-output logging. We can accomplish this through a logging server that all input expressions, alternatives, and sampling …
-
I ran into an interesting issue using the logging the repo has enabled using `pino` & `@logtail/pino` packages in `src/libs/Logger.ts`.
I started seeing the following error
`NextJS pino Error: Can…
-
### 🐛 Describe the bug
As https://github.com/pytorch/pytorch/pull/116106 implemented, some logging functions like print and warnings.warn can be reordered to print at the end without introducing an…
-
It would be very valuable if logs would be stored (for further analysis, later on), about the queries issued by BSO users when they are using the 'Search with AI' functionality available [here](https:…
-
Troubleshooting CSM systems and other HPC systems has taught us several lessons that we would like OpenCHAMI to benefit from. The goal of a logging and event system isn’t to surface all possible info…
-
Hello,
currently I've disabled internal_auth plugin in my TTRSS and only enabled OICD Auth Plugin to use my Authentik Provider for logging in.
This setup does not seem to work when using FreshR…
-
Right now there is only minimal info available about the events that happen like a robot or planner being created.
This can be improved by using something like https://docs.python.org/3/library/loggi…
-
When i log in the Module with "self.log.info", i can't find it anywhere in the docker logs.
Where do i find them?
Would be nice for debugging;-)
Thanks for help!
-
Hello!
Internally, the application is logging in plain text, like:
```go
log.Printf("jobID=%v, jobname=%v, msg=starting", e.ID, j.Name)
```
This is not compatible with structured logging. I…
-
Currently our project is using a mix of logging and tracing. Since tracing works as a drop-in replacement, so it shouldn't be too much work, and would provide benefits such as a more pleasant debuggi…