File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
aws/structured-logging-cw Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Structured logging with Amazon CloudWatch
2
+
3
+ Example code for producing Structured logs and ingesting and visualizing with Amazon CloudWatch.
4
+
5
+ ## Blog posts
6
+
7
+ Blog posts about this topic:
8
+
9
+ * [ Structured Logging with Amazon CloudWatch] ( https://reflectoring.io/struct-log-with-cw/ )
10
+
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ if [[ "$MODULE" == "module7" ]]
87
87
then
88
88
# ADD NEW MODULES HERE
89
89
# (add new modules above the rest so you get quicker feedback if it fails)
90
+ build maven_module " aws/structured-logging-cw"
90
91
build_gradle_module " kotlin/coroutines"
91
92
build_maven_module " core-java/streams/data-streams"
92
93
build maven_module " aws/kinesis"
You can’t perform that action at this time.
0 commit comments