X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fcmd%2Fexample-xapp.go;h=acb0b8d91448b1f88b2ced58892732d6b1d3744b;hb=c1f00b7d54ecd16ede9687b8cdb1d6517180e7c9;hp=a08844b30cead03b014aeea46b1c100b9965a8d4;hpb=9f08bbc4a4ae33fcde424535af185423007240e0;p=ric-plt%2Fxapp-frame.git diff --git a/examples/cmd/example-xapp.go b/examples/cmd/example-xapp.go index a08844b..acb0b8d 100755 --- a/examples/cmd/example-xapp.go +++ b/examples/cmd/example-xapp.go @@ -135,7 +135,7 @@ func (u *ExampleXapp) StatusCB() bool { func (e *ExampleXapp) Run() { // Set MDC (read: name visible in the logs) - xapp.Logger.SetMdc("example-xapp", "0.1.2") + xapp.Logger.SetMdc("example-xapp", "0.1.3") // Register various callback functions for application management xapp.SetReadyCB(func(d interface{}) { e.rmrReady = true }, true)