Skip to content

Commit

Permalink
Set receptor log level to info (#13958)
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterseth authored May 5, 2023
1 parent ba0e983 commit 45c13c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tasks/receptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def kube_config(self):
#
RECEPTOR_CONFIG_STARTER = (
{'local-only': None},
{'log-level': 'debug'},
{'log-level': 'info'},
{'node': {'firewallrules': [{'action': 'reject', 'tonode': settings.CLUSTER_HOST_ID, 'toservice': 'control'}]}},
{'control-service': {'service': 'control', 'filename': '/var/run/receptor/receptor.sock', 'permissions': '0660'}},
{'work-command': {'worktype': 'local', 'command': 'ansible-runner', 'params': 'worker', 'allowruntimeparams': True}},
Expand Down

0 comments on commit 45c13c2

Please sign in to comment.