Using xapp-frame v0.8.1
[ric-plt/o1.git] / agent / cmd / o1agent.go
index 38b7341..cc73c7d 100755 (executable)
@@ -58,6 +58,7 @@ func (o *O1Agent) StatusCB() bool {
 }
 
 func (o *O1Agent) Run() {
+        xapp.Logger.SetFormat(0)
        xapp.Logger.SetMdc("o1agent", fmt.Sprintf("%s:%s", Version, Hash))
        xapp.SetReadyCB(func(d interface{}) { o.rmrReady = true }, true)
        xapp.AddConfigChangeListener(o.ConfigChangeHandler)