I am using Python phoenix_otel to trace the use of LLMs via LiteLLM, using openinference.instrumentation.litellm
This works fine and I am getting the traces into my locally running phoenix dashboard and can view them.
Now I would love to add additional structured logging entries to this, but I am not sure how to best do this. With the LLM tracing everything works "under the hood", but is there also a standard way for sending structured logs to phoenix so I can view them and explore the nested log structure? What is the adequate documentation or tutorial page for learning about how to do this in addition to the LLM tracing?