Skip to content

Commit

Permalink
Removed pika log level (#2312)
Browse files Browse the repository at this point in the history
This was added before because of issues #1249 but this no longer happens
as we're using separate a thread for the pika event loop and what's more
the issue has, I believe, been resolved with pika 1.0 which we now use.
  • Loading branch information
muhrin authored and giovannipizzi committed Dec 6, 2018
1 parent d0a9ad9 commit 818888f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aiida/common/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ def emit(self, record):
'propagate': False,
'qualname': 'sqlalchemy.engine',
},
'pika': {
'handlers': ['console'],
'level': 'ERROR',
'propagate': False,
},
'py.warnings': {
'handlers': ['console'],
},
Expand Down

0 comments on commit 818888f

Please sign in to comment.