You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I have run into with Plack::Middleware::Debug::Log4perl
The log messages are not displayed that were logged while processing POST data, when I POST to page that redirect (302) back to page with this form
When redirect occours the collected data in DebugPanel must be saved somewhere (maybe in session???) and displayed them on redirecting page.
But this is applyed also to 'Request variables', 'Response', 'Environment', 'Memory', 'Timer', etc.
They must show values for those two requests
POST. When I try to save form
GET. When form is saved and result page is showed
The text was updated successfully, but these errors were encountered:
I agree this is a nice addition, but you should better refrain from using the word "must" in such a way you demand the feature to be implemented for free. Open source is open source, and a feature won't be added until someone implements it.
By the way there is https://github.com/stevan/p5-plack-debugger that has a completely different architecture on saving the debug related data and retrieve them via JavaScript API.
They must = Panels must
under MUST I mean 'panel must work in this way' if this feature will be implemented by someone
I do not mean you MUST implement it.
Maybe some one see this good idea and implement. Maybe I will notice in future this mine idea and implement.
No, you don't need to use the word "must" to make some idea not forgotten. It will be forgotten if nobody wants to write it, no matter how it was worded :)
The problem I have run into with Plack::Middleware::Debug::Log4perl
The log messages are not displayed that were logged while processing POST data, when I POST to page that redirect (302) back to page with this form
When redirect occours the collected data in DebugPanel must be saved somewhere (maybe in session???) and displayed them on redirecting page.
But this is applyed also to 'Request variables', 'Response', 'Environment', 'Memory', 'Timer', etc.
They must show values for those two requests
The text was updated successfully, but these errors were encountered: