Skip to content
Snippets Groups Projects

Draft: esd-spack-installation: added abstract methods for spack manager and added...

Closed Adrian Ciu requested to merge esd-spack-installation into esd
Compare and
16 files
+ 237
8
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -25,6 +25,7 @@ class LoggerBuilder(object):
"""
current_folder = os.path.dirname(inspect.getfile(self.__class__))
config_file_path = os.path.join(current_folder, config_file_name)
print(current_folder)
logging.config.fileConfig(config_file_path, disable_existing_loggers=False)
self._loggers = weakref.WeakValueDictionary()