Skip to content
  • Luis Araujo's avatar
    Use a global Settings object · 2ec38bc7
    Luis Araujo authored
    Initialize a Settings object only once (during the settings module
    import) and use this object globally from all the commands after
    loading its configuration from the command line interface top
    level routine.
    
    This change avoids to have Settings initialized more than once,
    which can cause issues like logger handlers duplication and
    problems with commands combinations.
    2ec38bc7