cma-open / simple

A very simple python package with a command line tool
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Configure verbose option for all file debug logs #53

Open jonathan-winn-geo opened 10 months ago

jonathan-winn-geo commented 10 months ago

As a system developer I want an option to configure verbosity of debug messages and levels for nested functions and methods so that I can select more detailed capturing of debug messages to the log file when required, but allow a reduced set as a default.

Check versus #34