pub fn set_log_level(level: LogLevel)Expand description
Sets how loud the engine’s diagnostics are. Process-wide, effective immediately, cheap enough to call per test.
Under a compiled-in tracing subscriber this is a no-op: events are
always emitted and the subscriber filters.