pub async fn diagnostics_set_level( app: AppHandle, level: String, ) -> Result<String, String>
Set the log level, for this session and the next.
TRACES: UR-078 | DR-218