does manifest support awslogs logConfiguration parameters? #5188
-
Is it possible to configure the manifest to pass these parameters? I think some people are enabling cloudwatch logs manually from cli but i'd want it set consistently for every deployment example
|
Beta Was this translation helpful? Give feedback.
Answered by
KollaAdithya
Aug 21, 2023
Replies: 1 comment
-
Hello @rmarops !
If you want to configure you can definitely use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rmarops
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @rmarops !
Sorry for delayed response. Copilot currently doesn't allow you to configure these values through manifest.
By default the values will be
If you want to configure you can definitely use
yaml patches
to override these values.