Mention server in worker log messages
This commit is contained in:
parent
76ab00c47a
commit
b59b4f8463
3 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@ impl RunInProgress {
|
|||
let run = match result {
|
||||
Ok(outcome) => outcome,
|
||||
Err(e) => {
|
||||
error!("Error during run:\n{e:?}");
|
||||
error!("Error during run for {}:\n{e:?}", server.name);
|
||||
self.log_stderr("Internal error:".to_string());
|
||||
self.log_stderr(format!("{e:?}"));
|
||||
Some(Finished {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue