aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-06-27 14:41:31 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-06-27 15:06:00 -0400
commitcbd5b9b82dddb4ae467571ef86dcdccc2268175f (patch)
tree99c645245c23d39b781d4050275e280725f2ca34 /src/main/resources/logging
parent82f4f1ccada97fa394f88cf208ce526ff5ebf751 (diff)
Migrate common code to router-core from DR
Change-Id: I3803d2c866b36ace8fda73bb23dff4825e39e846 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com> Issue-ID: AAI-1339
Diffstat (limited to 'src/main/resources/logging')
-rw-r--r--src/main/resources/logging/RouterCoreMsgs.properties10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/logging/RouterCoreMsgs.properties b/src/main/resources/logging/RouterCoreMsgs.properties
index 5c8c183..e8fa332 100644
--- a/src/main/resources/logging/RouterCoreMsgs.properties
+++ b/src/main/resources/logging/RouterCoreMsgs.properties
@@ -31,4 +31,12 @@ EVENT_PROCESSING_EXCEPTION=\
EVENT_CONSUMER_CREATION_EXCEPTION=\
AC0502E|\
- Could not create event consumer due to the following exception: {0} \ No newline at end of file
+ Could not create event consumer due to the following exception: {0}
+
+LOADED_OXM_FILE=\
+ DR0014I|\
+ Successfully loaded schema: {0}
+
+SCHEMA_INGEST_LOAD_ERROR=\
+ DR5001E|\
+ Unable to load schema ingest properties file due to : {0} \ No newline at end of file