pub fn initialize_default_subscriber(chrome_trace_path: Option<&Path>)Expand description
Set up the “standard” logger.
This is fairly inflexible, but a good default to start with. If you need more customization, take what this function does and implement it however you need.
If this function is called, you should not set up a log-based logger like env_logger or fern. This will result in duplicate messages.
§Args
chrome_tracing_pathif set toSome, will create a trace compatible with chrome://tracing at that location.