forked from TrueCloudLab/frostfs-testlib
Added logger config path attribute to NodeBase class
Signed-off-by: Dmitry Anurin <d.anurin@yadro.com>
This commit is contained in:
parent
ae566b413b
commit
247d2fbab7
2 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue