macro_rules! s { ($error_id:expr, $($cmd:tt)*) => { ... }; }
Execute a shell command with logging at INFO level
let output = s!("test-002", "ls -la")?;