[VOL-3825] Support configuration of go profiling (pprof)

Change-Id: I8c9731b420f3500b22174d1188253e7a074f2c35
diff --git a/cmd/openonu-adapter/profile.go b/cmd/openonu-adapter/profile.go
index a093ee8..039c34d 100644
--- a/cmd/openonu-adapter/profile.go
+++ b/cmd/openonu-adapter/profile.go
@@ -25,6 +25,7 @@
 )
 
 func realMain(ctx context.Context) {
+	logger.Infoln(ctx, "Start server at 0.0.0.0:6060")
 	go func() {
 		logger.Fatal(ctx, http.ListenAndServe("0.0.0.0:6060", nil))
 	}()