commit | 188a84f483b3ae9e88556d7314a2ae80f4ceb7db | [log] [tgz] |
---|---|---|
author | amit.ghosh <amit.ghosh@radisys.com> | Sun Sep 27 20:59:25 2020 +0200 |
committer | amit.ghosh <amit.ghosh@radisys.com> | Wed Sep 30 12:58:20 2020 +0200 |
tree | e9f2716495afd57e20831ccbe05d2adb59e9af7d | |
parent | b9c7fef762f94e529a7bae174ff63269c4895094 [diff] [blame] |
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; }