fgerlits commented on code in PR #2069: URL: https://github.com/apache/nifi-minifi-cpp/pull/2069#discussion_r2691212939
########## conf/minifi-log.properties.in: ########## @@ -13,6 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +### NOTE: Changes to this file are overwritten on upgrade. Add your custom settings to new files ### +### in the conf/minifi-log.properties.d directory instead. These custom settings files should have ### +### a name ending with ".properties", and they are applied in lexicographic order, after this file. ### Review Comment: done in 2f48d44464d70bb9e9834447ed1f3af07470da82 ########## conf/minifi-uid.properties.in: ########## @@ -13,6 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +### NOTE: Changes to this file are overwritten on upgrade. Add your custom settings to new files ### +### in the conf/minifi-uid.properties.d directory instead. These custom settings files should have ### +### a name ending with ".properties", and they are applied in lexicographic order, after this file. ### Review Comment: done in 2f48d44464d70bb9e9834447ed1f3af07470da82 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
