VOL-3514: Option for configuring logging endpoint and protocol

Change-Id: I4e2ac1812b8066d125afee27f609764cfe4dfdc1
diff --git a/protos/dmi/commons.proto b/protos/dmi/commons.proto
index 828f5cf..e6f7d1b 100644
--- a/protos/dmi/commons.proto
+++ b/protos/dmi/commons.proto
@@ -18,4 +18,7 @@
     INTERNAL_ERROR = 2;
     WRONG_METRIC = 3;
     WRONG_EVENT = 4;
+    LOGGING_ENDPOINT_ERROR = 5;
+    LOGGING_ENDPOINT_PROTOCOL_ERROR = 6;
+    KAFKA_ENDPOINT_ERROR = 7;
 }