add post publish log

This commit is contained in:
Denis-Cosmin NUTIU 2024-12-31 12:16:21 +02:00
parent 3ef14065b1
commit 7d3e973f74

View file

@ -95,6 +95,8 @@ async fn main() -> Result<(), anyhow::Error> {
Ok(json) => {
if let Err(err) = bluesky_client.post(json).await {
error!("failed to post: {post:?} {err}")
} else {
info!("Published a post! 🦀")
}
}
Err(err) => {