/
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 API
Standardized API
More like this
List of common queries
List of common queries
More like this
Middlewares
Middlewares
More like this
2 Design
2 Design
More like this
Standardized Microservice Requirements
Standardized Microservice Requirements
More like this
Standardized metrics format
Standardized metrics format
More like this