Add error message to logging.
This commit is contained in:
@@ -634,7 +634,9 @@ export class VariantAnalysisManager
|
||||
(e.code === "ETIMEDOUT" || e.code === "ECONNRESET")
|
||||
) {
|
||||
void extLogger.log(
|
||||
`Timeout while trying to download variant analysis with id: ${variantAnalysis.id}. Retrying...`,
|
||||
`Timeout while trying to download variant analysis with id: ${
|
||||
variantAnalysis.id
|
||||
}. Error: ${getErrorMessage(e)}. Retrying...`,
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user