Docker build file for a1 mediator
[ric-plt/a1.git] / a1-go / cmd / a1.go
index 2ec0d7b..cdb44cb 100644 (file)
@@ -32,6 +32,9 @@ func main() {
        // os.Setenv("DBAAS_SERVICE_HOST", "xxxxx")
        // os.Setenv("DBAAS_SERVICE_PORT", "xxxxx")
 
+       // initialize logger
+       a1.Init()
+
        // start restful service to handle a1 api's
        restful := restful.NewRestful()