Christian Weiske
Christian Weiske
MinIO automatically adds this header now: https://github.com/minio/minio/pull/12256
Events and hooks only help if you want to override settings of all S3 driver instances. The concept breaks when I have a "normal" S3 driver instance connecting to a...
Should be the same as #68.
I see these options: 1. Minimal solution: Modify `interpolate()` to append the parent exception code and message to the log message 2. Cast any exception object in `$record->getData()` into an...
This is an example how a `LogMessageException` (option 3) looks like in Sentry. Note the two exceptions; the latter one is the original exception from the data. ...
Having the original message as breadcrumb is a good idea!
Bug report for TYPO3 core: https://forge.typo3.org/issues/103799 Patch for core: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84152
TYPO3 v12.4.17 contains the patch that improves the scheduler exception message: https://get.typo3.org/release-notes/12.4.17 This issue here is solved with it.
Please take into consideration that exceptions may have a parent exception set. Those will not be visible anymore when logging messages only.
Is the update complete already? The branch does not exist anymore.