Loggin using MDCLogger 39/6939/2
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 26 Oct 2021 12:14:26 +0000 (12:14 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Wed, 27 Oct 2021 09:25:47 +0000 (14:55 +0530)
commit6017d6adfa0908db09c0a2d65d05f238b2e945b2
treefa24b7f12c246c2360fb3c29cd90413002c56c7e
parentf8e5619649c0fb2ddfc466b970e8338a45e55cb8
Loggin using MDCLogger

This commit includes:
* Enabled logging using MDCLogger.
* Test case updates.
* Addition of go.sum.

Issue-ID: RIC-831
Change-Id: I4d9fb56acd7f0c5d0bd4f4ae79c851a2d6735e6c
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
.gitignore
a1-go/cmd/a1.go
a1-go/config/config.yaml [new file with mode: 0644]
a1-go/config/config_test.yaml [new file with mode: 0644]
a1-go/go.mod
a1-go/go.sum [new file with mode: 0644]
a1-go/pkg/a1/a1.go [new file with mode: 0644]
a1-go/pkg/a1/a1_test.go [new file with mode: 0644]
a1-go/pkg/restful/restful.go
a1-go/pkg/resthooks/resthooks.go
a1-go/pkg/resthooks/resthooks_test.go