@smartico/public-api 0.0.161 → 0.0.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2044,7 +2044,7 @@ class SmarticoAPI {
2044
2044
  this.logger.always('HTTP time, ms:' + (timeEnd - timeStart));
2045
2045
  }
2046
2046
  } catch (e) {
2047
- this.logger.error(`Failed to make request to smartico channel, L2. ${e.message}`, {
2047
+ this.logger.warn(`Failed to make request to smartico channel, L2. ${e.message}`, {
2048
2048
  url: this.publicUrl,
2049
2049
  request: message,
2050
2050
  error: e.message