community.general/lib/ansible
Dag Wieers 4ca4d36ae6 Change syslog (priority) level from LOG_NOTICE to LOG_INFO
If you look at the meaning of the different syslog levels, NOTICE means that the event may need someone to look at it. Whereas INFO is pure informational.

Since module invocations are in fact requested (deliberate) actions, they shouldn't need any additional post-processing, and therefore should not be logged as NOTICE.

This may seem like hairsplitting, but correctly categorizing system events helps weeding through the noise downhill.

According to Wikipedia: https://en.wikipedia.org/wiki/Syslog

5 	Notice 		notice 	Events that are unusual but not error conditions .
6 	Informational 	info 		Normal operational messages -no action required. Example an application has started, paused or ended successfully.
2015-06-18 11:00:10 +02:00
..
cli better error reporting when doc parsing fails 2015-06-17 23:31:54 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Cleaning up some task failure detection problems 2015-06-17 15:40:04 -04:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Exclude the all/ungrouped groups from pattern matching results 2015-06-17 16:25:58 -04:00
module_utils Change syslog (priority) level from LOG_NOTICE to LOG_INFO 2015-06-18 11:00:10 +02:00
modules updated with nagios doc fix 2015-06-10 13:00:29 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing generalized prereqs check 2015-06-16 09:20:15 -04:00
playbook Make sure the templar is using the right vars when evaluating conditionals 2015-06-17 00:10:11 -04:00
plugins partial become support for local connection plugin 2015-06-18 01:46:43 -04:00
template several fixes to template 2015-06-11 00:21:53 -04:00
utils allow for any non string iterable in listify 2015-06-15 11:02:51 -04:00
vars fixes 11296 where the groups does not have all the groups 2015-06-17 19:18:19 +05:30
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py now detects incorrect password with sudo and su (at least in english) 2015-06-15 01:30:03 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00