ideative / verbose-guzzle
Make Guzzle exceptions more versbose, within a TYPO3 CMS context.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
This tiny TYPO3 extension makes it possible to define the length used for truncating exception messages by the Guzzle HTTP library. By default, the truncation length of Guzzle is 120, which can be frustratingly short.
With this extension, the truncation length can be defined simply as an extension setting, and defaults to 1000 characters.