Port champ-microservice project restructure
[aai/champ.git] / champ-service / src / main / resources / logging / ChampMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000    Info/Debug
14 #100    Permission errors
15 #200    Availability errors/Timeouts
16 #300    Data errors
17 #400    Schema Interface type/validation errors
18 #500    Business process errors
19 #900    Unknown errors
20 #
21 ########################################################################
22 PROCESS_REST_REQUEST=\
23             CS0005I|\
24             Received request {0} {1} from {2}.  Sending response: {3}|\
25             None.  Received the specified REST request from the source specified.|\
26             Received the specified REST request from the source specified, and the CHAMP service sent the specified response.
27
28 PROCESS_EVENT=\
29   CS0001I|\
30   Processed event {0} Result: {1}
31
32 QUERY=\
33   CS0002I|\
34   Query Recieved: {0}
35
36 INCOMING_REQUEST=\
37   CS0003I|\
38   Incoming Request with Transaction ID {0} and request {1} 
39
40 PROCESSED_REQUEST=\
41   CS0004I|\
42   Processed Champ {0} request in {1} ms
43
44 TRANSACTION_NOT_FOUND=\
45   CS0001E|\
46   Transaction with ID {0} was not found.
47
48 BAD_REQUEST=\
49   CS0002E|\
50   Bad Request {0}. Error is {1}
51   
52 CHAMP_TX_CACHE=\
53   CS0006I|\
54   ChampTransactionCache: {0}
55 CHAMP_DATA_SERVICE_ERROR=\
56             CRD0510E|\
57             ChampDataService Error: {0}    
58 CHAMP_DATA_CACHE_INFO=\
59             CRD0511I|\
60             ChampDataService: {0}   
61 CHAMP_ASYNC_REQUEST_PROCESSOR_ERROR=\
62             CRD0512E|\
63             ChampAsyncRequestProcessor Error: {0}    
64 CHAMP_ASYNC_REQUEST_PROCESSOR_WARN=\
65             CRD0514E|\
66             ChampAsyncRequestProcessor Warning: {0}             
67 CHAMP_ASYNC_REQUEST_PROCESSOR_INFO=\
68             CRD0512I|\
69             ChampAsyncRequestProcessor: {0}
70 CHAMP_ASYNC_RESPONSE_PUBLISHER_ERROR=\
71             CRD0513E|\
72             ChampAsyncRequestProcessor Error: {0}    
73 CHAMP_ASYNC_RESPONSE_PUBLISHER_INFO=\
74             CRD0513I|\
75             ChampAsyncRequestProcessor: {0}
76             
77                                    
78