eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
19 stars 18 forks source link

The configuration property log.file.path is generic #213

Closed benjamin-confino closed 5 months ago

benjamin-confino commented 5 months ago

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.