pub fn log_all(ctx: &Context)
👎Deprecated since 0.8.0: Use ctx.fs.log_all instead
Expand description

Outputs the contents of all data directories, using the “info” log level of the log crate. Useful for debugging.

See the logging example for how to collect log information.