Skip to content

Logger for Sentry no longer active since PSR-3 introduction #31

@kdambekalns

Description

@kdambekalns

The settings in

Neos:
Flow:
log:
systemLogger:
backend: Flownative\Sentry\Log\SentryFileBackend
are useless, it must be this instead:

Neos:
  Flow:
    psr3:
      Neos\Flow\Log\PsrLoggerFactory:
        systemLogger:
          default:
            class: Flownative\Sentry\Log\SentryFileBackend

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions