Skip to content

Releases: cego/request-log

Truncation of long bodies and bugfixes

29 Sep 09:50
60febb5

Choose a tag to compare

  • 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

21 Sep 08:18
16e2ce7

Choose a tag to compare

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.

11 Sep 12:03
310aeb4

Choose a tag to compare

Merge pull request #33 from cego/lejo/add-apm-wrapper

Add apm wrapper

Move from DB logging to logging to stdout.

11 Sep 11:21
9fc13f9

Choose a tag to compare

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

13 Jun 07:58
5114451

Choose a tag to compare

Allow show when not enabled

0.7.0

13 Jun 07:53
aef4237

Choose a tag to compare

Enable show when not enabled

0.6.4: Merge pull request #27 from khcegodk/patch-2

19 Jan 09:37
d8b484c

Choose a tag to compare

Increase length of user agent column

0.6.3

16 Nov 08:22
7dbb486

Choose a tag to compare

Merged pull request #26 from branch gusb/save-when-request-received.

Request logs are now immediately saved on the database when reaching the handle method, and are updated with response data in terminate method.

0.6.2

27 Sep 09:09
5d2d725

Choose a tag to compare

Merge pull request #25 from cego/niza/make-it-possible-to-redact-cert…

0.6.1

13 Jul 14:24
f0f3b38

Choose a tag to compare

Merge pull request #24 from cego/niza/add-try-catch-to-terminate

Added try catch to terminate method