1 2 3 4 5 6 7
match serde_json::from_str(&{{ access }}) { Ok(v) => v, Err(e) => { tracing::warn!({{ context }}, value = %{{ access }}, error = %e, "{{ message }}"); Default::default() } }