I'd like a way to disable the automatic inclusion of the the Lint and StackTrace middleware when the PLACK_ENV is "development." In a complex app, producing the the stack trace can take a long time (sometimes over a minute). If the problem is just a simple syntax error, this is frustrating. I'd like to have the option to disable this middleware while still using the convention that PLACK_ENV is set to "development" when we're in development.
I'd like a way to disable the automatic inclusion of the the Lint and StackTrace middleware when the PLACK_ENV is "development." In a complex app, producing the the stack trace can take a long time (sometimes over a minute). If the problem is just a simple syntax error, this is frustrating. I'd like to have the option to disable this middleware while still using the convention that PLACK_ENV is set to "development" when we're in development.