diff options
Diffstat (limited to 'src/main/resources/babel-logging-resources.properties')
-rw-r--r-- | src/main/resources/babel-logging-resources.properties | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/src/main/resources/babel-logging-resources.properties b/src/main/resources/babel-logging-resources.properties index 3cd23ab..dba72c8 100644 --- a/src/main/resources/babel-logging-resources.properties +++ b/src/main/resources/babel-logging-resources.properties @@ -46,14 +46,42 @@ DISTRIBUTION_EVENT=\ Distribution event: {0}|\ A distribution event was received from ASDC|\ +MESSAGE_AUDIT=\ + BABEL0002I|\ + {0}|\ + |\ + +MESSAGE_METRIC=\ + BABEL0003I|\ + {0}|\ + |\ + PROCESS_REQUEST_ERROR=\ - BABEL0002E|\ + BABEL0004E|\ Error while processing REST request.|\ INVALID_REQUEST_JSON=\ - BABEL0003E|\ + BABEL0005E|\ Error while processing JSON in request body.|\ INVALID_CSAR_FILE=\ - BABEL0004E|\ - Error while processing CSAR file.|\
\ No newline at end of file + BABEL0006E|\ + Error while processing CSAR file.|\ + +PROCESSING_VNF_CATALOG_ERROR=\ + BABEL0007E|\ + Error while processing VNF Catalog.|\ + +BABEL_REQUEST_PAYLOAD=\ + BABEL0008I|\ + Babel request payload: {0}|\ + +BABEL_RESPONSE_PAYLOAD=\ + BABEL0009I|\ + Babel response payload: {0}|\ + +MISSING_REQUEST_ID=\ + BABEL0010I|\ + Missing request ID. Assigned {0}|\ + |\ +
\ No newline at end of file |