macro_rules! log_error { ($ctx:expr, $($arg:tt)*) => { ... }; }
格式化日志宏(ERROR 级别)
log_error!(ctx, "request failed: {}", err);