mirror of
https://github.com/corda/corda.git
synced 2025-04-11 05:11:18 +00:00
TM-81 Do not write out the callstack when we cannot find tests.csv (#5669)
The first run of any new branch will not find a corresponding tests.csv and will return 404 not found which is fine. We do not need to display the callstack at warning level.
This commit is contained in:
parent
f7e0ce6f0b
commit
6bf49bc4b7
@ -82,7 +82,8 @@ public class Artifactory {
|
||||
LOG.warn("Response body was empty");
|
||||
}
|
||||
} catch (IOException e) {
|
||||
LOG.warn("Unable to execute GET via REST: ", e);
|
||||
LOG.warn("Unable to execute GET via REST");
|
||||
LOG.debug("Exception", e);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user