Enhanhce logged data to help with debugging support requests #9892
Labels
category: engineering
For product engineering, architecture work, tech debt and so on.
focus: misc or unknown
Issues that need to be added to a focus area (aka "needs focus").
theme: Eng/Dev excellence
Engineering, backend/infra upgrades & improvements - none internal/external user facing
type: enhancement
The issue is a request for an enhancement.
Description
Our plugin logs a lot of information, which could be useful for debugging, but there is a catch, that those logs lack context. I.e. it is not clear if the logged events happened during the same, concurrent or consequent requests. Often it is not obvious in which context request was made.
There is an opportunity to hook into
woocommerce_format_log_entry
filter and update the logged entry with additional information to help with debugging.Acceptance criteria
The text was updated successfully, but these errors were encountered: