forked from phoenix/litellm-mirror
368 B
368 B
Debugging
2 levels of debugging supported.
- debug (prints info logs)
- detailed debug (prints debug logs)
debug
via cli
$ litellm --debug
via env
os.environ["LITELLM_LOG"] = "INFO"
detailed debug
via cli
$ litellm --detailed_debug
via env
os.environ["LITELLM_LOG"] = "DEBUG"