Reduce log message level.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
parent
21a786fda0
commit
49fc4c9b40
3 changed files with 3 additions and 3 deletions
2
lib/upload-lib.js
generated
2
lib/upload-lib.js
generated
|
|
@ -299,7 +299,7 @@ async function uploadFiles(sarifFiles, repositoryNwo, commitOid, ref, analysisKe
|
||||||
if (util.isHTTPError(e)) {
|
if (util.isHTTPError(e)) {
|
||||||
switch (e.status) {
|
switch (e.status) {
|
||||||
case 404:
|
case 404:
|
||||||
logger.info("Analysis is not found yet...");
|
logger.debug("Analysis is not found yet...");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw e;
|
throw e;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -445,7 +445,7 @@ async function uploadFiles(
|
||||||
if (util.isHTTPError(e)) {
|
if (util.isHTTPError(e)) {
|
||||||
switch (e.status) {
|
switch (e.status) {
|
||||||
case 404:
|
case 404:
|
||||||
logger.info("Analysis is not found yet...");
|
logger.debug("Analysis is not found yet...");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw e;
|
throw e;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue