We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ebc04 commit e838f52Copy full SHA for e838f52
src/frequenz/sdk/config/__init__.py
@@ -65,6 +65,10 @@ async def main() -> None:
65
```
66
"""
67
68
+# TODO:
69
+# This still needs support to filter by sub-keys using the dot
70
+# notation (so "key.subkey" should subscribe to config["key"]["subkey"]
71
+
72
from ._actor import ConfigManagingActor
73
from ._global import config_manager, initialize_config, shutdown_config_manager
74
from ._logging_actor import LoggerConfig, LoggingConfig, LoggingConfigUpdatingActor
0 commit comments