aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-04-24 09:55:05 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-04-24 10:05:07 +0100
commit357fe655d5a37359bcec5f3403a29687bb0fb578 (patch)
tree51be727ab9172bbc7fc90f9ead3f5def6f1f316d /common-logging
parent7e934a6e435c62b1188b44ba5bdc3985328a85fc (diff)
Remove leftover UEB configurations
Issue-ID: POLICY-4945 Change-Id: I05f7dca432ed859360e2239bba91ee5c35229697 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'common-logging')
-rw-r--r--common-logging/src/main/java/org/onap/policy/common/logging/eelf/MessageCodes.java11
-rw-r--r--common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties19
2 files changed, 4 insertions, 26 deletions
diff --git a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/MessageCodes.java b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/MessageCodes.java
index 629ead82..0535b9d7 100644
--- a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/MessageCodes.java
+++ b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/MessageCodes.java
@@ -3,13 +3,14 @@
* ONAP-Logging
* ================================================================================
* Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -73,12 +74,6 @@ public enum MessageCodes implements EELFResolvableResourceEnum {
RULE_METRICS_INFO,
- UEB_AUDIT_EXEC_INFO,
-
- UEB_AUDIT_BEGIN_INFO,
-
- UEB_AUDIT_END_INFO,
-
UPDATE_ERROR,
GENERAL_ERROR,
diff --git a/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties b/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties
index 4f2c3f6d..0f9d0f8c 100644
--- a/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties
+++ b/common-logging/src/main/resources/org/onap/policy/common/logging/eelf/Resources.properties
@@ -3,6 +3,7 @@
# ONAP-Logging
# ================================================================================
# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2024 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -111,24 +112,6 @@ RULE_METRICS_INFO=\
No resolution needed|\
Generate information for Metric events
-UEB_AUDIT_EXEC_INFO=\
- POLICY-511I|\
- Service Name: {0}:Executing UEB: {1}|\
- No resolution needed|\
- Executing method
-
-UEB_AUDIT_BEGIN_INFO=\
- POLICY-512I|\
- Service Name: {0}:Entering UEB: {1}|\
- No resolution needed|\
- Entering method
-
-UEB_AUDIT_END_INFO=\
- POLICY-513I|\
- Service Name: {0}:Exiting UEB: {1}|\
- No resolution needed|\
- Exiting method
-
RULE_AUDIT_START_END_INFO=\