Skip to content

Releases: yeebase/Yeebase.Graylog

Extend the message context with custom values

06 Jun 12:12
c21573e
Compare
Choose a tag to compare

This release adds a new feature to extend the message context with custom values via Settings.yaml
The following configuration will add a field app_context with the value stage to every message logged to Graylog.

Yeebase:
  Graylog:
    messageContext:
      app_context: 'stage'

Extend the message context with custom values

06 Jun 11:22
f320995
Compare
Choose a tag to compare

This release adds a new feature to extend the message context with custom values via Settings.yaml
The following configuration will add a field app_context with the value stage to every message logged to Graylog.

Yeebase:
  Graylog:
    messageContext:
      app_context: 'stage'

Support Flow 5.0

14 May 12:09
965488a
Compare
Choose a tag to compare
3.0.0

TASK: Add Flow 5.0 compatibility

2.3.1

14 May 11:56
5feb076
Compare
Choose a tag to compare
TASK: Update license header

2.3.0

06 Dec 20:40
5d0c862
Compare
Choose a tag to compare

This release adds a new GraylogLogger to log exceptions handled by the SytemLogger. The logger can be activated via Settings.yaml

Log to Graylog as well to the SystemLogger

08 Nov 09:07
85642a7
Compare
Choose a tag to compare

This release adds a new Feature to log to your logs to Graylog as well to the SystemLogger. Thanks @robertlemke !

2.1.2

08 Nov 09:05
e9ebe44
Compare
Choose a tag to compare

Some minor tweeks

2.1.1

12 Sep 10:42
Compare
Choose a tag to compare

This is a bugfix release

Skippable Exception classes

25 Apr 13:49
Compare
Choose a tag to compare

This release mainly comes with one new Feature that allows you to skip certain Exception classes from being logged to the Graylog Server when they are thrown:

To skip any AccessDeniedException from being logged:

Neos:
  Flow:
    error:
      exceptionHandler:
        className: 'Yeebase\Graylog\Error\GraylogExceptionHandler'
        renderingGroups:
          'accessDeniedExceptions':
            matchingExceptionClassNames: ['Neos\Flow\Security\Exception\AccessDeniedException']
            options:
              logException: false

This release also includes some cosmetic tweaks and an improved README

Bugfix Release

10 Apr 09:47
Compare
Choose a tag to compare
2.0.1

BUGFIX: Add missing `Flow\Inject` annotation