jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
266 stars 26 forks source link

Improve logging output with more information #338

Closed amisevsk closed 3 weeks ago

amisevsk commented 3 weeks ago

Describe the problem you're trying to solve Deeper debug/trace logging in kit is currently lacking. It would be ideal to support additional logging (and log levels) to allow e.g. logging requests to remote registries. An example of what this could look like is podman's --log-level flag, which at a debug/trace level will output a lot of useful information in debugging issues.

Additional context N/A