Skip to content

does manifest support awslogs logConfiguration parameters? #5188

Closed Answered by KollaAdithya
rmarops asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @rmarops !
Sorry for delayed response. Copilot currently doesn't allow you to configure these values through manifest.
By default the values will be

  LogDriver: awslogs
  Options:
    awslogs-region: !Ref AWS::Region
    awslogs-group: !Ref LogGroup
    awslogs-stream-prefix: copilot

If you want to configure you can definitely use yaml patches to override these values.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rmarops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Issue requesting guidance or information about usage
2 participants