Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kdambekalns opened this issue Nov 6, 2024 · 1 comment · May be fixed by #38
Open

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

kdambekalns opened this issue Nov 6, 2024 · 1 comment · May be fixed by #38
Assignees

Comments

@kdambekalns
Copy link
Member

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
@kdambekalns
Copy link
Member Author

After thinking about this as well as getting some feedback, this will be solved, but not by #34. Instead, a logger implementation will be written that can be enabled if wanted, and not be active by default.

@kdambekalns kdambekalns linked a pull request Nov 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant