Browse Source

OPS-3435 - Increase Profiles log verbosity to facilitate debug of weird rabbitmq consumer behavior. (#53474)

This PR increases the log level of the `sentry.profiles` module such
that better introspection can be done around the rabbitmq workers.

Follow up on INC-368
Kyle Owens 1 year ago
parent
commit
7c3e97acd0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/conf/server.py

+ 1 - 0
src/sentry/conf/server.py

@@ -1235,6 +1235,7 @@ LOGGING = {
         "sentry.errors": {"handlers": ["console"], "propagate": False},
         "sentry_sdk.errors": {"handlers": ["console"], "level": "INFO", "propagate": False},
         "sentry.rules": {"handlers": ["console"], "propagate": False},
+        "sentry.profiles": {"level": "INFO"},
         "multiprocessing": {
             "handlers": ["console"],
             # https://github.com/celery/celery/commit/597a6b1f3359065ff6dbabce7237f86b866313df