ansible/lib/ansible/module_utils
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
..
__init__.py
a10.py A10 module improvements 2014-08-28 20:23:48 -05:00
basic.py Change syslog (priority) level from LOG_NOTICE to LOG_INFO 2015-06-18 11:00:10 +02:00
cloudstack.py cloudstack: methods renaming 2015-06-10 17:31:46 +02:00
database.py just a few spelling error changes 2015-04-28 09:36:42 -04:00
ec2.py Remove check of hardcoded AWS region list. 2015-04-15 17:55:27 -04:00
f5.py Simplify Fully Qualified function 2015-06-03 21:19:11 +02:00
facts.py Merge pull request #11288 from kstrauser/aixfixes 2015-06-16 19:02:50 -04:00
gce.py Google: allow for different libcloud provider to support upcoming DNS module 2014-10-29 19:57:46 +00:00
known_hosts.py Have known_hosts function use the url parameter instead of getting a specific attribute out of the module dict. 2014-12-04 11:39:35 -08:00
openstack.py Remove unneeded required_one_of for openstack 2015-05-29 13:09:45 -07:00
powershell.ps1 Merge pull request #11115 from jhawkesworth/second_go_at_fixing_1404 2015-06-10 20:43:32 -04:00
rax.py Prevent an empty error message 2015-03-10 11:30:28 -05:00
redhat.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
urls.py Split the fetch_url() function into fetch_url and open_url(). 2015-06-12 12:54:56 -07:00