Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Logging Flexibility #22

Open
andrewgross opened this issue Aug 7, 2015 · 1 comment
Open

Improve Logging Flexibility #22

andrewgross opened this issue Aug 7, 2015 · 1 comment

Comments

@andrewgross
Copy link
Collaborator

We probably want a way to override our log formatting.

@zach-brown-hpa
Copy link

@andrewgross would silencing the logger lines from get_queue_urls_from_queue_prefixes fall within the scope of this issue? Not sure exactly what you had in mind since this issue is broad. Specifically I'm referring to the logger lines:

"Loading Queues:" followed by a list of all queues monitored -

logger.info("Loading Queues:")

"Found matching SQS queues..."

logger.info("Found matching SQS Queues: {}".format(matching_urls))

These logger lines grow the logger file quickly and get in the way of the rest of the logging lines from the user's application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants