mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Changed $log.info to $log.debug
we only want certain messages to post to the console when in debug mode
This commit is contained in:
parent
1046ac075d
commit
435b010f9f
@ -34,7 +34,7 @@ angular.module('VariablesHelper', ['Utilities'])
|
||||
|
||||
}
|
||||
catch (e) {
|
||||
$log.info('Attempt to parse extra_vars as JSON failed. Check that the variables parse as yaml. Set the raw string as the result.');
|
||||
$log.debug('Attempt to parse extra_vars as JSON failed. Check that the variables parse as yaml. Set the raw string as the result.');
|
||||
try {
|
||||
// do safeLoad, which well error if not valid yaml
|
||||
json_obj = jsyaml.safeLoad(variables);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user