log config

This commit is contained in:
Dan Saunders
2025-06-20 20:52:20 +00:00
parent 0494359c6c
commit 22f930c658

View File

@@ -233,4 +233,6 @@ def load_cfg(
setup_comet_env_vars(cfg)
plugin_set_cfg(cfg)
LOG.info(f"cfg:\n{json.dumps(cfg, indent=2, default=str)}")
return cfg