Skip to content

Commit

Permalink
Log exception stack traces to file system, too
Browse files Browse the repository at this point in the history
This change makes sure that stack traces are logged to the
`ThrowableStorage`, too, so they are available in
`Data/Logs/Exceptions` for debugging purposes.
  • Loading branch information
robertlemke committed May 18, 2022
1 parent 1c6ac23 commit a816e2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ Neos:
log:
systemLogger:
backend: Flownative\Sentry\Log\SentryFileBackend

error:
exceptionHandler:
defaultRenderingOptions:
# Disable logging of exceptions, because they are already processed by Sentry
logException: false

0 comments on commit a816e2e

Please sign in to comment.