Mercurial > libervia-backend
diff sat/memory/memory.py @ 3148:60a9e47ef988
core: log filenames of read config files
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jan 2020 19:42:02 +0100 |
parents | 559a625a236b |
children | 330a5f1d9eea |
line wrap: on
line diff
--- a/sat/memory/memory.py Wed Jan 29 19:28:08 2020 +0100 +++ b/sat/memory/memory.py Wed Jan 29 19:42:02 2020 +0100 @@ -237,7 +237,7 @@ self.disco = Discovery(host) # XXX: tmp update code, will be removed in the future tools_config.fixLocalDir(False) - self.config = tools_config.parseMainConf() + self.config = tools_config.parseMainConf(log_filenames=True) database_file = os.path.expanduser( os.path.join(self.getConfig("", "local_dir"), C.SAVEFILE_DATABASE) )