From 66b4ea91b4f59c40b36ee2c5a5ccd1218387a891 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 6 Jun 2015 06:25:41 +0200 Subject: [PATCH] Fix #1195 --- docs/quickstart.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5ed7460f..38c14035 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -118,6 +118,8 @@ The most common reason is a typo or because you did not actually create an Debug Mode ---------- +(Want to just log errors and stack traces? See :ref:`application-errors`) + The :command:`flask` script is nice to start a local development server, but you would have to restart it manually after each change to your code. That is not very nice and Flask can do better. If you enable debug