api-firewall icon indicating copy to clipboard operation
api-firewall copied to clipboard

The lack of necessary information in the logs, JSON format.

Open 0x566164696D opened this issue 1 year ago • 1 comments

Information about the "path" is missing for the following events:

"request body has an error: doesn't match schema"
"value is required but missing"
"Shadow API: undefined parameters found"

This makes it extremely inconvenient to monitor the API Firewall's request processing, especially when multiple containers are running and a log aggregator like Open Observe is being used.

Please add output information about the "path".

0x566164696D avatar Feb 15 '24 13:02 0x566164696D

Will add additional info to these messages in the v0.6.16. As a fast mitigation you can try to use DEBUG or TRACE log mode. In this mode you will find an extra messages with the full request/response data in the log.

afr1ka avatar Feb 19 '24 13:02 afr1ka