Skip to content

Commit

Permalink
chore: awslogs multline pattern 설정 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldentrash authored Oct 14, 2024
1 parent 0090976 commit a283928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
awslogs-region: ${AWS_REGION}
awslogs-group: ${AWS_LOG_GROUP}
awslogs-stream: spring
awslogs-datetime-format: "^%Y-%m-%dT%H:%M:%S"
networks:
- frontend
- backend
Expand Down Expand Up @@ -108,6 +109,7 @@ services:
awslogs-region: ${AWS_REGION}
awslogs-group: ${AWS_LOG_GROUP}
awslogs-stream: certbot
awslogs-multiline-pattern: "^Saving debug log to"
volumes:
- ./certbot/data:/var/www/certbot/:rw
- ./certbot/conf:/etc/letsencrypt/:rw
Expand All @@ -125,6 +127,7 @@ services:
awslogs-region: ${AWS_REGION}
awslogs-group: ${AWS_LOG_GROUP}
awslogs-stream: autoheal
awslogs-multiline-pattern: "^AUTOHEAL_CONTAINER_LABEL"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
Expand Down

0 comments on commit a283928

Please sign in to comment.