Skip to content

Commit

Permalink
add logging to resource manager
Browse files Browse the repository at this point in the history
  • Loading branch information
khaxis committed May 31, 2023
1 parent d7b16c7 commit 3e2b7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plynx/utils/plugin_manager.py
Expand Up @@ -35,6 +35,7 @@ def __init__(self, plugins: PluginsConfig):
resource.kind: resource._asdict() for resource in self.resources
}
for kind, resource_class in self.kind_to_resource_class.items():
logging.info(f"Initializing resource `{kind}`")
self.kind_to_resource_dict[kind]['display_raw'] = resource_class.DISPLAY_RAW


Expand Down

0 comments on commit 3e2b7d9

Please sign in to comment.