#60 Silent failing of ProdConfiguration
Closed 6 years ago Opened 6 years ago by puiterwijk.

If there is any reason why ODCS is unable to open the Production config file, it will silently fall back to the DevConfiguration, due to server/odcs/server/config.py:

try:                                        
    with open(config_file):                 
        config_section = 'ProdConfiguration'
except:                                     
    pass                                    

Please make this an explicit action and at least be logged.


Metadata Update from @jkaluza:
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata