Function open_logs
Source pub fn open_logs(node_name: Option<String>) -> Result<(), Report>
Expand description
Opens the logs folder for a given node service name or the default service log directory.
§Parameters
node_name: Optional node service name. If None, the default service log directory is used.
§Returns
A Result indicating the success or failure of the operation.