Adds UUIDs to the log output of changes, even if the change is resolved. This is especially useful to trace which elements are the same, even if their contents have changed (or which are not the same although they should be).
Reduces the log level for UUID additions to the UuidGeneratorAndResolverImpl to trace level, as the information conforms to what we usually consider trace information (such as called reactions/routines etc.) and is usually not necessary for ordinary debugging (which is also the reason why we had an enableIdLoggers system argument and explicitly disabled the logging when it was not set in the past).
UuidGeneratorAndResolverImpl
to trace level, as the information conforms to what we usually consider trace information (such as called reactions/routines etc.) and is usually not necessary for ordinary debugging (which is also the reason why we had anenableIdLoggers
system argument and explicitly disabled the logging when it was not set in the past).