Blocks :
|
There are many tools which parse VM logs. Such tools depend on the format of particular messages. So changing a logging message might break a tool or make it work incorrectly. There should be a test (a group of tests) which check the format of all log messages. Such test will allow to catch all changes in format (which are hard to detect during manual review) and avoid non necessary changes.
|