Because the property log.file.path has nothing specifying this is a property for the microprofile telemetry tck its possible we may end up running it in an environment where something else uses that property name and we don't want to set both to the same value.
Renaming it to something like mptelemetry.tck.log.file.path will ensure there is no conflicts.
Because the property
log.file.path
has nothing specifying this is a property for the microprofile telemetry tck its possible we may end up running it in an environment where something else uses that property name and we don't want to set both to the same value.Renaming it to something like
mptelemetry.tck.log.file.path
will ensure there is no conflicts.