Log to a specific logger labeled 'newarenda'. Common practice is for modules to log to a logger with the same name as its package. Currently, these scripts log to 'root' which inserts itself into the default logger for any application and is not recommended.
Include some warnings in the log where applicable.
Are there any other modifications to be made? Things to consider?
EDITS + ADDITIONS:
arg to set the desired log level in read() and CLI script
Intention:
Are there any other modifications to be made? Things to consider? EDITS + ADDITIONS: