Skip to content

Commit

Permalink
add new logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Mar 14, 2024
1 parent 38fdbc2 commit 47b53f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ environments:
domain: []
firewall: disabled
gateway: http
logging: enabled
log_retention_period: 7
network: network-name
php: 7.4
Expand Down Expand Up @@ -433,6 +434,12 @@ List of [Lambda layers][6] [ARN][17] to use for your Lambda function. You cannot
Ymir will ignore this configuration option if `deployment` is set to `image`.
:::

### logging

**type**: `bool | enabled | disabled`

Flag whether the environment's Lambda functions are allowed to write logs to CloudWatch.

### log_retention_period

**type**: `int` **default**: `7`
Expand Down

0 comments on commit 47b53f0

Please sign in to comment.