You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @mfillon thanks for the feedback. We already have a custom SentryAppender which we're planning to make configurable to also send logs >= a certain log level to Sentry as logs. We already have similar config for breadcrumb and error event levels so this should fit in nicely.
Activity
mfillon commentedon Jun 3, 2025
Looking forward to this integration. 👍
I think the most straightforward solution would be to implement a custom appender for Sentry Logs.
See Logback's doc, Baeldung article and logz.io implementation (or other examples).
adinauer commentedon Jun 12, 2025
Hey @mfillon thanks for the feedback. We already have a custom
SentryAppender
which we're planning to make configurable to also send logs >= a certain log level to Sentry as logs. We already have similar config for breadcrumb and error event levels so this should fit in nicely.adinauer commentedon Jun 25, 2025
We have just released https://github.com/getsentry/sentry-java/releases/tag/8.15.0 which includes support for sending log messages from Logback to Sentry using the new structured logs.
Docs are available for pure Logback usage as well as combining Spring Boot and Logback.