Forums

How do I lower the level of debug on Flask

When debug is enabled, the output in the Error Log is quite extensive - so much so its some times hard to spot the error. Is there a way to lower the level of detail to not include the total Traceback?

regards, Brad

Here is the Flask documentation on configuration variables, including the DEBUG setting.