Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/self-hosted/operations/20_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ If `LOG_LEVEL=trace`, traces will be included for log calls and errors:

Ory provides as much context as possible for each log operation.

### Audience

The `audience` field 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:

```sh
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
```

### HTTP request context

We include vital HTTP request info whenever possible:
Expand Down
Loading