Skip to content

Commit f436cfa

Browse files
Use debug level
1 parent 76cbf98 commit f436cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/helpers/zipUpload.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const uploadSuits = (bsConfig, filePath, opts, obj) => {
110110
});
111111
} else {
112112
if (!uploadProgressBarErrorFlags.noConnectionReportSent) {
113-
logger.warn(Constants.userMessages.NO_CONNECTION_WHILE_UPDATING_UPLOAD_PROGRESS_BAR);
113+
logger.debug(Constants.userMessages.NO_CONNECTION_WHILE_UPDATING_UPLOAD_PROGRESS_BAR);
114114
utils.sendUsageReport(
115115
bsConfig,
116116
null,
@@ -125,8 +125,8 @@ const uploadSuits = (bsConfig, filePath, opts, obj) => {
125125
}
126126
} catch (error) {
127127
if (!uploadProgressBarErrorFlags.unknownErrorReportSent) {
128-
logger.warn('Unable to determine progress.');
129-
logger.error(error);
128+
logger.debug('Unable to determine progress.');
129+
logger.debug(error);
130130
utils.sendUsageReport(
131131
bsConfig,
132132
null,

0 commit comments

Comments
 (0)