Skip to content

Releases: cego/request-log

3.0.1

08 Jul 12:21
7d01d7e
Compare
Choose a tag to compare

What's Changed

  • Only log event.duration if startTime is defined by @firecow in #56

Full Changelog: 3.0.0...3.0.1

3.0.0

03 Jul 07:46
53d4dcc
Compare
Choose a tag to compare
  • REQUEST_LOG_ENABLED=true and/or REQUEST_LOG_ENABLED: true statements must be removed from your project, since this is now the new default.

1.2.1

16 May 08:40
30f71dc
Compare
Choose a tag to compare

Use log facade instead of getLogger, as it will then add shared context.

Don't log headers and cookies as entire objects

11 Apr 12:45
Compare
Choose a tag to compare
1.2.0

Don't expand objects, when logging to ecs

Don't log headers and cookies as entire objects

15 Mar 12:34
6c5e28c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

Laravel 11 and initial work on removing migrations.

14 Mar 14:44
Compare
Choose a tag to compare

Laravel 11 is a requirement for ^2.0.0.

  • Furthermore this release adds a migration that drops all the request-logs table. Please make sure you have upgraded to request-logs:>=1.0.0, before applying these migrations.

Remove elastic-apm dependency

23 Feb 10:51
c10a960
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.3

Add low cardinality route to log context.

13 Dec 13:50
a6114ae
Compare
Choose a tag to compare
Merge pull request #37 from cego/lejo/use-throwable-instead-of-exception

Lejo/use throwable instead of exception

Use correct type for $response->exception, which apparently is not always an exception.

30 Oct 07:57
a6114ae
Compare
Choose a tag to compare
Merge pull request #37 from cego/lejo/use-throwable-instead-of-exception

Lejo/use throwable instead of exception

Truncation of long bodies and bugfixes

29 Sep 09:50
60febb5
Compare
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.