/
Standardized requests logging format
Standardized requests logging format
Proposed logging format for requests:
For PUT and POST requests:
<HTTP verb> <HTTP relative URL> <HTTP status code> <response content length> - <response time> ms, user <user name in the system> with id <member ID>, request body: <request body>
For other requests (without the request body):
<HTTP verb> <HTTP relative URL> <HTTP status code> <response content length> - <response time> ms, user <user name in the system> with id <member ID>
In case the user is unauthorized, the string "user <user name in the system> with id <member ID>" should be replaces with "unauthorized".
, multiple selections available,
Related content
Standardized metrics format
Standardized metrics format
More like this
Standardized API
Standardized API
More like this
Standardized Microservice Requirements
Standardized Microservice Requirements
More like this
List of common queries
List of common queries
More like this
Data privacy policy statement compliance
Data privacy policy statement compliance
More like this
Micro service - handshake [Deprecated]
Micro service - handshake [Deprecated]
More like this