init_tracing

Function init_tracing 

Source
pub fn init_tracing() -> ReadPipe
Expand description

Initialize tracing, returning a mesh pipe to read logs from.

On the first call this installs the global tracing subscriber. On subsequent calls (after a save/restore reconnect) it swaps the underlying write pipe so that logs flow to the new host connection.