Actions
Feature #30304
closedLogging of webhooks delivered
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
Yes
Description
Logging must be helpful both to developers (debug logging) and end users (warning, error, info).
We want to log events via info level (no sensitive info - just webhook name and event name).
Full payload will be logged (URL + payload) into "blob" logger which is turned off by default.
Also the response should be reasonable logged, including full payload into the "blob" logger.
Actions