We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1331d69 commit f11b456Copy full SHA for f11b456
1 file changed
devolutions-agent/src/updater/mod.rs
@@ -123,7 +123,7 @@ impl Task for UpdaterTask {
123
let update_order = match check_for_updates(*product, &update_json).await {
124
Ok(order) => order,
125
Err(error) => {
126
- error!(%product, %error, "Failed to check for updates for a product.");
+ error!(%product, error = format!("{error:#}"), "Failed to check for updates for a product");
127
continue;
128
}
129
};
0 commit comments