<@U04UQ68083H> does ory network keep logs of admin...
# ory-copilot
g
@chilly-king-10285 does ory network keep logs of admin actions taken in the console?
c
A message from kapa.ai
Yes, Ory does keep logs of operations. It provides as much context as possible for each log operation. The
audience
field in the logs distinguishes between
application
logs intended for operators and developers, and
audit
logs that document allowed and denied authorizations, failed and succeeded log in attempts, and so on. Here is an example of how the logs look:
Copy code
time=2020-05-20T11:57:09+02:00 level=info msg=An example log message. audience=application service_name=foo service_version=bar   time=2020-05-20T11:57:29+02:00 level=info msg=Login successful. audience=audit service_name=foo service_version=bar
However, it's not explicitly mentioned if admin actions taken in the console are logged. For more specific details, you may want to refer to the [Ory documentation](https://www.ory.sh/docs/self-hosted/operations/logging#log-fields).