Tracing in Guardrails #1056
-
Beta Was this translation helpful? Give feedback.
Answered by
CalebCourier
Sep 10, 2024
Replies: 1 comment
-
Hi @vinuka20 you can disable Guardrails tracing by doing the following: from guardrails import settings
settings.disable_tracing = True |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CalebCourier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vinuka20 you can disable Guardrails tracing by doing the following: