This is an automated email from the ASF dual-hosted git repository. isudana pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/synapse-go.git
commit f7100a07a6fb7ab6cfce7dcbf16bcb0b8eb9f2bf Merge: 8f0015a ea35287 Author: Isuru Udana Loku Narangoda <isud...@gmail.com> AuthorDate: Mon Apr 14 08:00:53 2025 +0530 Merge pull request #4 from ThisaraWeerakoon/add-log-and-config Add Configuration Management and Dynamic Logging Makefile | 56 ++++--- cmd/conf/LoggerConfig.toml | 10 ++ go.mod | 13 ++ go.sum | 20 +++ internal/app/adapters/mediation/mediation.go | 21 ++- internal/app/synapse/synapse.go | 23 +-- internal/pkg/config/config.go | 147 +++++++++++++++++ internal/pkg/core/artifacts/artifact.go | 30 ++-- internal/pkg/core/common/types.go | 36 +++++ internal/pkg/core/deployers/deployers.go | 50 +++--- internal/pkg/loggerfactory/loggerfactory.go | 234 +++++++++++++++++++++++++++ 11 files changed, 570 insertions(+), 70 deletions(-)