diff options
Diffstat (limited to 'src/main/resources/logging/CrudServiceMsgs.properties')
-rw-r--r-- | src/main/resources/logging/CrudServiceMsgs.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index 3d81571..e99d30a 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -70,6 +70,8 @@ ASYNC_DATA_SERVICE_ERROR=\ CRD0510E|\ AsyncDataService Error: {0} + + ASYNC_DATA_CACHE_INFO=\ CRD0511I|\ AsyncDataCache: {0} @@ -85,4 +87,8 @@ ASYNC_RESPONSE_CONSUMER_ERROR=\ AsyncResponseConsumer Error: {0} SCHEMA_INGEST_LOAD_ERROR=\ CRD0900E|\ - Unable to load schema ingest properties file due to : {0}
\ No newline at end of file + Unable to load schema ingest properties file due to : {0} +CHAMP_BULK_OP_INFO=\ + CRD0515I|\ + ChampBulkOp: {0} +
\ No newline at end of file |