When logging IOException for put, include error

This commit is contained in:
Shane Kilkelly 2020-09-01 13:28:35 +01:00
parent 1041b8d332
commit bb7831012b

View file

@ -473,7 +473,7 @@ public class Bridge {
);
throw e;
} catch (IOException e) {
Log.warn("[{}] IOException on put", projectName);
Log.warn("[{}] IOException on put: {}", projectName, e);
throw e;
}