mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Move the warnings on settings-in-conf-files to 'debug'.
As we write the pendo settings on install, this becomes fairly noisy in practice if we use 'warning'.
This commit is contained in:
parent
2a8e57e655
commit
5943193b78
@ -203,7 +203,7 @@ class SettingsWrapper(UserSettingsHolder):
|
||||
except AttributeError:
|
||||
file_default = None
|
||||
if file_default != init_default and file_default is not None:
|
||||
logger.warning('Setting %s has been marked read-only!', key)
|
||||
logger.debug('Setting %s has been marked read-only!', key)
|
||||
self.registry._registry[key]['read_only'] = True
|
||||
self.registry._registry[key]['defined_in_file'] = True
|
||||
self.__dict__['_awx_conf_init_readonly'] = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user