This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## Unreleased
8+ ## Changed
9+ - Replace the custom output to stdout with AWS LambdaLogger
10+
711## 3.0.6 - 2023-03-17
812### Changed
913- Update plugins and dependencies
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ See [Changelog](changelog.md)
107107
108108## Authors and acknowledgment
109109
110- Show your appreciation to those who have contributed to the project.
110+ - Replace the custom output to stdout with AWS LambdaLogger, the main idea from @igorakkerman 's [ jlib-awslambda-logback] [ ]
111+
111112
112113## License
113114
@@ -143,3 +144,5 @@ limitations under the License.
143144[ cloudwatch-appender ] : https://github.com/sndyuk/logback-more-appenders
144145
145146[ cloudwatchlogs-java-appender ] : https://github.com/boxfuse/cloudwatchlogs-java-appender
147+
148+ [ jlib-awslambda-logback ] : https://github.com/jlib-framework/jlib-awslambda-logback
You can’t perform that action at this time.
0 commit comments