-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insufficient Storage error handling #31284
Comments
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
@PVince81 ping |
@pako81 @michaelstingl I think we agreed to make this a debug message instead ? |
HTTP status code
|
@michaelstingl what message do you want there ? |
@PVince81 response message is the least problem. Level 4 exception in owncloud.log is much much bigger problem. OCS API for example sometimes responds with a "nice" message:
This can be displayed in the clients directly, and it's even translated automatically: I'd love to get more of these "actionable" responses, but's that's probably another discussion… |
so can this ticket be closed ? further wishes to be raised as separate non-support ticket ? |
PR for the log level change was merged, will be in 10.0.10: #31978 |
@PVince81 moving this to debug level would make for an admin more difficult to find out why uploads for a specific user failed, isn't it? |
@pako81 in general I'd expect that for said user the error response 507 is returned, that would be visible in the HTTP status code of the access log |
I'm closing this. @pako81 @michaelstingl if there are additional wishes, please make new tickest. |
It looks like there is an uncaught exception in case of Insufficient Storage for WebDAV. This should be probably treated like a normal log message:
Tested in 10.0.7 and 10.0.8. @tomneedham as discussed.
The text was updated successfully, but these errors were encountered: