How can one debug jsonnet payloads when using Ory ...
# ory-network
r
How can one debug jsonnet payloads when using Ory Cloud?
I'm aware of the instructions when running Kratos locally
To debug Jsonnet payloads when running the Identity Service (Kratos) locally, use the
--dev
flag and set
log.level
to
debug
(for example
LOG_LEVEL=debug kratos serve --dev
).Logs with detailed payloads will be emitted once you complete OpenID Connect/ OAuth2 login or registration.
How to access the logs when using Ory Cloud?
p
Hi @rhythmic-musician-58953 Unfortunately we don't expose logging yet on your project. This is on the road map though. /cc @famous-art-85498
👍 1
gratitude thank you 1