Merge pull request #10541 from zhongwencool/unhide-data-dir
chore: change node.data_dir from hidden to low
This commit is contained in:
commit
13af891b04
|
@ -471,7 +471,7 @@ fields("node") ->
|
||||||
%% for now, it's tricky to use a different data_dir
|
%% for now, it's tricky to use a different data_dir
|
||||||
%% otherwise data paths in cluster config may differ
|
%% otherwise data paths in cluster config may differ
|
||||||
%% TODO: change configurable data file paths to relative
|
%% TODO: change configurable data file paths to relative
|
||||||
importance => ?IMPORTANCE_HIDDEN,
|
importance => ?IMPORTANCE_LOW,
|
||||||
desc => ?DESC(node_data_dir)
|
desc => ?DESC(node_data_dir)
|
||||||
}
|
}
|
||||||
)},
|
)},
|
||||||
|
|
Loading…
Reference in New Issue