docs: document reloader types and their terminal output

This commit is contained in:
commitWithTisha 2025-11-09 00:20:45 -06:00
parent 88a65bb374
commit d4934aabb3
2 changed files with 51 additions and 0 deletions

View file

@ -116,6 +116,11 @@ To enable debug mode, use the ``--debug`` option.
* Debugger is active!
* Debugger PIN: nnn-nnn-nnn
.. note::
When the reloader starts, you'll see a message like ``Restarting with stat`` or
``Restarting with watchdog``. This indicates which file monitoring backend is being
used. See :doc:`server` for more details about reloader types.
See also:
- :doc:`/server` and :doc:`/cli` for information about running in debug mode.