Project

General

Profile

Feature #30304

Updated by Lukas Zapletal over 4 years ago

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.

Back