mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 14:58:03 -02:30
move formatter to logger file, settings reload on startup
This commit is contained in:
@@ -11,6 +11,7 @@ from awx.main.models.organization import AuthToken
|
||||
|
||||
logger = logging.getLogger('awx.main.consumers')
|
||||
|
||||
|
||||
def discard_groups(message):
|
||||
if 'groups' in message.channel_session:
|
||||
for group in message.channel_session['groups']:
|
||||
|
||||
Reference in New Issue
Block a user