Skip to content

Commit

Permalink
set atproto_firehose log level to debug
Browse files Browse the repository at this point in the history
for receive-atproto-firehose log-based metric
  • Loading branch information
snarfed committed Dec 19, 2024
1 parent 36a5ef9 commit 214f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if logging_client := getattr(appengine_config, 'logging_client'):
logging_client.setup_logging(log_level=logging.INFO)

for logger in ('oauth_dropins.webutil.webmention', 'lexrpc'):
for logger in ('atproto_firehose', 'lexrpc', 'oauth_dropins.webutil.webmention'):
logging.getLogger(logger).setLevel(logging.DEBUG)

# for debugging ndb. also needs NDB_DEBUG env var.
Expand Down

0 comments on commit 214f0c3

Please sign in to comment.