diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2019-10-02 13:11:09 -0700 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2019-10-03 19:43:00 +0000 |
commit | 94492cca8face2d80df6527a158c6c80080c263b (patch) | |
tree | 2b65c1bbc27ce5fd7610bb718e602ab0d943586a /reference/logging-filter | |
parent | d26b7992fbeb59e5de11b8cd0e9e673387ca47e5 (diff) |
Add OOF Component
Add OOF Component, as OOF is a
bonifide ONAP project. This also
solves a bug in SO where OOF Homing
is trying to log but does not find
ONAPComponents.OOF and fails homing.
Issue-ID: SO-2378
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Change-Id: I7bc3535c5c283bcc969a0dcc2288676a3a7807f1
Diffstat (limited to 'reference/logging-filter')
-rw-r--r-- | reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java index 06fbba9..563d686 100644 --- a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java +++ b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java @@ -51,7 +51,8 @@ public enum ONAPComponents implements ONAPComponentsList { DBC, DR, MR, - OPTF; + OPTF, + OOF; public static Set<ONAPComponents> getSOInternalComponents() { |