ModioAB / caramel

Caramel is a CA Registry Manager
GNU Affero General Public License v3.0
16 stars 5 forks source link

Add verbosity setting logic #62

Closed teoti001 closed 3 years ago

teoti001 commented 3 years ago

Implementation of the underlying logic to set the verbosity of a tool/scripts root logger from the command line as flags( "-vvv") or as an environment variable(CARAMEL_LOG_LEVEL=[0:3]). configure_log_level assumes that loggers have been set up from a config file before being called. Requested in issue #55

Spindel commented 3 years ago

Logic looks sound, would need an implementation for the tools as well!

Spindel commented 3 years ago

blocked due to merge conflicts