File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,13 @@ Set the secrets below associated with your desired log destination
6262
6363### AWS CloudWatch
6464
65- | Secret | Description |
66- | ----------------------- | --------------------------------------------------------------------------------------- |
67- | ` AWS_ACCESS_KEY_ID ` | AWS Access key with access to the log bucket |
68- | ` AWS_SECRET_ACCESS_KEY ` | AWS secret access key |
69- | ` AWS_REGION ` | Region for CloudWatch |
70- | ` CLOUDWATCH_LOG_GROUP_NAME ` | Log Group to send logs to in CloudWatch |
65+ | Secret | Description |
66+ | --------------------------- | -------------------------------------------- |
67+ | ` AWS_ACCESS_KEY_ID ` | AWS Access key with access to the log bucket |
68+ | ` AWS_SECRET_ACCESS_KEY ` | AWS secret access key |
69+ | ` AWS_REGION ` | Region for CloudWatch |
70+ | ` CLOUDWATCH_LOG_GROUP_NAME ` | Log Group to send logs to in CloudWatch |
71+ | ` CLOUDWATCH_ENCODING_CODEC ` | CloudWatch codec ( default is "json" ) |
7172
7273### Axiom
7374
Original file line number Diff line number Diff line change 99 stream_name = " {{ fly.app.name }}/{{ host }}"
1010
1111[sinks .aws_cloudwatch .encoding ]
12- codec = " json"
12+ encoding. codec = " ${CLOUDWATCH_ENCODING_CODEC:- json} "
You can’t perform that action at this time.
0 commit comments