removed stack trace from streaming error warnings

This commit is contained in:
kennycud 2025-06-17 15:10:37 -07:00
parent a3bb6638bf
commit 940c641759

View File

@ -2089,7 +2089,7 @@ public String finalizeUpload(
} catch (IOException e) { } catch (IOException e) {
// Streaming errors should not rethrow just log // Streaming errors should not rethrow just log
LOGGER.warn(String.format("Streaming error for %s %s: %s", service, name, e.getMessage()), e); LOGGER.warn(String.format("Streaming error for %s %s: %s", service, name, e.getMessage()));
} }
} catch (IOException | ApiException | DataException e) { } catch (IOException | ApiException | DataException e) {