layout for CloudWatch #212
Answered
by
Maverick1983
Maverick1983
asked this question in
Q&A
-
It's possible to use 'layout' to config log message to CloudWatch? I use 'layout' config for Console and it's working; not working for CloudWatch. I have .net 6 console application. |
Beta Was this translation helpful? Give feedback.
Answered by
Maverick1983
Nov 16, 2022
Replies: 2 comments
-
It's working, need config like this
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Maverick1983
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's working, need config like this
<target name="cloudWatch" xsi:type="AWSTarget" logGroup="******" layout="${message} ${exception}" />