Bugfix for embedded player sending too many requests on load, quieter logging for boto
This commit is contained in:
parent
de8edf982a
commit
b3a19ae49e
2 changed files with 4 additions and 2 deletions
|
@ -60,6 +60,9 @@ class AirtimeAnalyzerServer:
|
|||
#Disable most pika/rabbitmq logging:
|
||||
pika_logger = logging.getLogger('pika')
|
||||
pika_logger.setLevel(logging.CRITICAL)
|
||||
|
||||
boto_logger = logging.getLogger('auth')
|
||||
boto_logger.setLevel(logging.CRITICAL)
|
||||
|
||||
# Set up logging
|
||||
logFormatter = logging.Formatter("%(asctime)s [%(module)s] [%(levelname)-5.5s] %(message)s")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue