Is it possible to log all prompts sending to Auzire OpenAI?

jychaaa.cha 0 평판 포인트
2025-09-09T02:52:15.0333333+00:00

Is it possible to log all prompts sent to Auzire OpenAI?

I don't want to use any other services like gateway or proxy.

Azure
Azure

Microsoft에서 관리하는 전 세계 데이터 센터 네트워크를 통해 애플리케이션과 서비스를 빌드, 배포, 관리하기 위한 클라우드 컴퓨팅 플랫폼 및 인프라입니다.


답변 1개

정렬 기준: 가장 유용함
  1. Pavankumar Purilla 11,655 평판 포인트 중재자
    2025-09-09T06:13:23.1966667+00:00

    Hi jychaaa.cha,
    Azure OpenAI does not natively log the full prompts or responses that are sent to the service, as customer data is not stored by default for privacy and security reasons. If you need to capture this information, the recommended approach is to implement logging within your application code so that prompts and responses are recorded before being sent to, or after being received from, the Azure OpenAI endpoint. While Azure Monitor diagnostic settings can be enabled to track important metadata such as request counts, latency, and errors, they will not capture the actual prompt content. Alternatively, if in the future you choose to use services such as Azure API Management, it can be configured as a gateway to log requests and responses. This gives you flexibility to manage logging based on your compliance and operational needs.

    이 대답이 도움이 되었나요?

    댓글 0개 설명 없음

답변

질문 작성자는 답변을 '승인됨'으로 표시하고, 중재자는 답변을 '추천됨'으로 표시할 수 있습니다. 이를 통해 사용자는 해당 답변이 작성자의 문제를 해결했다는 것을 알 수 있습니다.