For current customization needs such as log verbosity and other non-security-sensitive information, as well as future-proofing, a user config text file would be of use.
Acceptance Criteria
Create a config_user.txt file with sections for verbosity, paths, log management, and other settings.
Add a config_reader.py file to read config_user.txt.
Add code to read in config params at run start.
Tested.
Ideas for future
Build an interface to the config file for easy management.
Background/need
For current customization needs such as log verbosity and other non-security-sensitive information, as well as future-proofing, a user config text file would be of use.
Acceptance Criteria
Ideas for future