Currently the logs that are being generated for events like change of a VM memory from 2048 to 2080 would generate a log like the one provided below.
Sep 08 08:24:08 pve-cl2 pvedaemon[1379]: <root@pam> update VM 101: -delete balloon,shares -memory 2080
As visible that it cannot be understood from the log that ram changed from 2048 to 2080. It would be convenient if the log be generated something like '-memory increase/decreased <value>' or '-memory changed from <value> to <value>'.
We are also using a syslog server but forwarding this type of log would not meet the purpose. So we would like to request enhancement in this regard. Such that VM change logs be generated in a format that would be more understandable and to the point. The logs can also be easily interpreted by a syslog sever.
Sep 08 08:24:08 pve-cl2 pvedaemon[1379]: <root@pam> update VM 101: -delete balloon,shares -memory 2080
As visible that it cannot be understood from the log that ram changed from 2048 to 2080. It would be convenient if the log be generated something like '-memory increase/decreased <value>' or '-memory changed from <value> to <value>'.
We are also using a syslog server but forwarding this type of log would not meet the purpose. So we would like to request enhancement in this regard. Such that VM change logs be generated in a format that would be more understandable and to the point. The logs can also be easily interpreted by a syslog sever.