vitruv-tools / Vitruv

View-based Development and Model Consistency Framework
http://vitruv.tools
Eclipse Public License 1.0
14 stars 19 forks source link

Log UUIDs of Changes and Reduce UUID Addition Log Level #443

Closed HeikoKlare closed 3 years ago

HeikoKlare commented 3 years ago
  1. 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).
  2. 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).