Skip to content

Commit

Permalink
debugging - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Dec 1, 2024
1 parent 8469957 commit 6ff755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listenbrainz_spark/request_consumer/request_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
RABBITMQ_HEARTBEAT_TIME = 2 * 60 * 60 # 2 hours -- a full dump import takes 40 minutes right now

logger = logging.getLogger(__name__)
setup_logging(loggers=[logger])
setup_logging(logging.INFO, loggers=[logger])


class RequestConsumer(ConsumerProducerMixin):
Expand Down

0 comments on commit 6ff755c

Please sign in to comment.