Minimize noise in logs
This commit is contained in:
parent
85022575a1
commit
50a53f136e
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class FileUploader {
|
|||
return uploadedFile;
|
||||
}
|
||||
} catch (e, s) {
|
||||
if (!(e is NoActiveSubscriptionError)) {
|
||||
if (!(e is NoActiveSubscriptionError || e is StorageLimitExceededError)) {
|
||||
_logger.severe(
|
||||
"File upload failed for " + file.generatedID.toString(), e, s);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue