mirror of
https://github.com/Xevion/banner.git
synced 2025-12-16 22:11:14 -06:00
feat: much better JSON logging, project-wide logging improvements, better use of debug/trace levels, field attributes
This commit is contained in:
@@ -20,6 +20,6 @@ pub async fn ics(
|
||||
))
|
||||
.await?;
|
||||
|
||||
info!("ics command completed for CRN: {}", crn);
|
||||
info!(crn = %crn, "ics command completed");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user