Actions
Improvements #11593
openinfo Messages about Configuration 'Misstakes'
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/07/2023
Due date:
% Done:
0%
Estimated time:
Description
Would be amazing to get Information about enforced limitations due to configuration...
Was Troubleshooting a JSignal
that did work until I put a bigger string as argument.
This would help debugging those pesky "the code is right, and worked before" troubles.
I envision a Wt::log("info") << "::Config.Limit:" << "<PostLimit/FileUploadLimit/etc.> has been exceeded";
Message
This might also be put into a Wt::log("debug")
stream.
Updated by Roel Standaert almost 2 years ago
Looks like we indeed don't log anything, I really thought we did. We do however emit a requestTooLarge()
signal.
Actions