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 678deca commit 9731c04Copy full SHA for 9731c04
ydb/tools/cfg/static.py
@@ -416,6 +416,10 @@ def get_all_configs(self):
416
all_configs["config.yaml"] = self.get_yaml_format_config(normalized_config)
417
418
all_configs["dynconfig.yaml"] = self.get_yaml_format_dynconfig(normalized_config)
419
+
420
+ if 'log.txt' in self.__proto_configs and self.__proto_configs['log.txt'].ClusterName:
421
+ all_configs['cluster.txt'] = self.__proto_configs['log.txt'].ClusterName
422
423
return all_configs
424
425
def get_yaml_format_string(self, key):
0 commit comments