szaszm commented on code in PR #2069:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2069#discussion_r2602944978


##########
README.md:
##########
@@ -457,8 +457,22 @@ The performance tests can similarly be enabled. To execute 
them and see their ou
 $ ctest --verbose -L performance
 ```
 
+
 ### Configuring
-The 'conf' directory in the installation root contains a template config.yml 
document, minifi.properties, and minifi-log.properties. Please see our 
[Configuration document](CONFIGURE.md) for details on how to configure agents.
+The 'conf' directory in the installation root contains all configuration files.
+
+The files conf/minifi.properties, conf/minifi-log.properties and 
conf/minifi-uid.properties contain key-value pair configuration settings;
+these are the default settings supplied by the latest MiNiFi version. If you 
would like to modify these, you should create a corresponding
+.d directory (e.g. conf/minifi.properties.d) and put your settings in a new 
file inside this directory. These files are read and applied

Review Comment:
   I need to think more about this, let me get back to this after the holidays. 
Now I'm thinking about a single minifi.properties.d with things like 
`10-general.properties`, `10-c2.properties`, `10-log.properties`, 
`10-uid.properties`, and they're symlinks to the old filenames under `conf/`, 
but I'm not sure yet this would be the right approach.



-- 
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]

Reply via email to