Skip to content

Commit

Permalink
docs: fix incorrect default log path on Linux/MacOS (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Usiskin <56369778+jusiskin@users.noreply.github.com>
  • Loading branch information
jusiskin authored May 31, 2024
1 parent 68dfc2c commit b541802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The default locations for worker logs are:

| Platform | Default worker log path |
| --- | --- |
| Linux | `/var/log/amazon/deadline/logs` |
| MacOS | `/var/log/amazon/deadline/logs` |
| Linux | `/var/log/amazon/deadline` |
| MacOS | `/var/log/amazon/deadline` |
| Windows | `C:\ProgramData\Amazon\Deadline\Logs` |

The worker agent maintains two sets of rotating log files:
Expand Down Expand Up @@ -88,4 +88,4 @@ worker session created in your account. The CloudWatch log group and stream are:
**Log group name:** `/aws/deadline/<farm-id>/<queue-id>/`
**Log stream name:** `<session-id>`

As the worker session runs, the agent uploads its logs to this CloudWatch log stream.
As the worker session runs, the agent uploads its logs to this CloudWatch log stream.

0 comments on commit b541802

Please sign in to comment.