Description of problem:
In WALA new version(2.2.11),add an event on azurelinuxagent/ga/update.py (line 263-268).So,this cause too many logs to /var/log/waagent.log(roughly 3-4second/item).Too many this kind of logs are unless and maybe waste resource.
Version-Release number of selected component (if applicable):
WALinuxAgent-2.2.11 upstream
How reproducible:
100%
RHEL Version:
RHEL-7.4/6.9
Steps to Reproduce:
1.Prepare a RHEL7.4 VM and install WALA 2.2.11
2.Start the VM and check /var/log/waagent.log
Actual results:
2017/05/12 15:47:23.209433 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:27.390004 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:30.591457 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:33.762246 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
2017/05/12 15:47:37.947431 INFO Event: name=WALinuxAgent, op=ProcessGoalState, message=
......
Expected results:
1.Maybe should reduce the print rate of this kind of log
2.Maybe modify this kind of log level(INFO ==> DEBUG),maybe better
Additional info: