aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2018-02-27 13:32:20 -0500
committerShwetank Dave <shwetank.dave@amdocs.com>2018-02-27 13:55:56 -0500
commit6c5bdfbc6976b343fd4ddb8722ffd0b96ce2ed54 (patch)
treeb2d5854d2f3ab2957f294c820aa0377c939b92ea /src/main/resources/logging
parentc7f72981930dfcb2e7cbcad2523884e8c882d910 (diff)
[AAI-818] Adding a Synapse policy for chameleon.
Synapse policy to serve as read gateway for chameleon Change-Id: I1b75ba3218e856908091ebaaf17ab1d05483fe02 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com> Issue-ID: AAI-818 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'src/main/resources/logging')
-rw-r--r--src/main/resources/logging/QueryMsgs.properties31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/main/resources/logging/QueryMsgs.properties b/src/main/resources/logging/QueryMsgs.properties
new file mode 100644
index 0000000..4211c09
--- /dev/null
+++ b/src/main/resources/logging/QueryMsgs.properties
@@ -0,0 +1,31 @@
+#Resource key=Error Code|Message text|Resolution text |Description text
+#######
+#Newlines can be utilized to add some clarity ensuring continuing line
+#has atleast one leading space
+#ResourceKey=\
+# ERR0000E\
+# Sample error msg txt\
+# Sample resolution msg\
+# Sample description txt
+#
+######
+#Error code classification category
+#000 Info/Debug
+#100 Permission errors
+#200 Availability errors/Timeouts
+#300 Data errors
+#400 Schema Interface type/validation errors
+#500 Business process errors
+#900 Unknown errors
+#
+########################################################################
+
+
+
+QUERY_INFO=\
+ DR0013I|\
+ QueryRouter Info: {0}
+QUERY_ERROR=\
+ DR0013E|\
+ QueryRouter Error: {0}
+