Added logger config path attribute to NodeBase class

Signed-off-by: Dmitry Anurin <d.anurin@yadro.com>
This commit is contained in:
anurindm 2023-11-21 10:20:01 +03:00
parent ae566b413b
commit 247d2fbab7
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,7 @@ class ConfigAttributes:
CONFIG_DIR = "service_config_dir"
CONFIG_PATH = "config_path"
SHARD_CONFIG_PATH = "shard_config_path"
LOGGER_CONFIG_PATH = "logger_config_path"
LOCAL_WALLET_PATH = "local_wallet_path"
LOCAL_WALLET_CONFIG = "local_config_path"
ENDPOINT_DATA_0 = "endpoint_data0"