Releases: cego/request-log
Releases · cego/request-log
Truncation of long bodies and bugfixes
- New config setting, defaults to 10000. If string body length of either reponse or request body is above 10k, truncate it to not have gigantic documents in elastic.
- Fix for a bug where an error is logged if exception did not exist on a reponse object.
Follow Elastic Common Scheme for error field
What's Changed
- Use error logic from filebeatlogger to comply with Elastic Common Fields. by @LauJosefsen in #34
Full Changelog: 1.0.1...1.0.2
Added APM span wrap for timings information of logging.
Merge pull request #33 from cego/lejo/add-apm-wrapper Add apm wrapper
Move from DB logging to logging to stdout.
Migration guide:
- Please see the differences in the config, and apply it to your config.
Migrations are kept for the time being, and will be removed in the future.
1.x.x requires PHP >=8.2 and Laravel >=10.0.0
0.7.1
0.7.0
0.6.4: Merge pull request #27 from khcegodk/patch-2
Increase length of user agent column
0.6.3
0.6.2
Merge pull request #25 from cego/niza/make-it-possible-to-redact-cert…
0.6.1
Merge pull request #24 from cego/niza/add-try-catch-to-terminate Added try catch to terminate method