Reduce log message level.

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Chris Gavin
2021-11-17 12:08:32 +00:00
parent 21a786fda0
commit 49fc4c9b40
3 changed files with 3 additions and 3 deletions

View File

@@ -445,7 +445,7 @@ async function uploadFiles(
if (util.isHTTPError(e)) {
switch (e.status) {
case 404:
logger.info("Analysis is not found yet...");
logger.debug("Analysis is not found yet...");
break;
default:
throw e;