Skip to content

Commit

Permalink
Merge pull request #2013 from pallets/log-color-docs
Browse files Browse the repository at this point in the history
update docs about log color
  • Loading branch information
davidism authored Jan 19, 2021
2 parents 68b7cbd + e9d7499 commit 553576c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Optional dependencies
These distributions will not be installed automatically. Werkzeug will
detect and use them if you install them.

* `Click`_ provides request log highlighting when using the
development server. On Windows, you should also install `colorama`_.
* `Colorama`_ provides request log highlighting when using the
development server on Windows. This works automatically on other
systems.
* `Watchdog`_ provides a faster, more efficient reloader for the
development server.

.. _Click: https://pypi.org/project/click/
.. _Colorama: https://pypi.org/project/colorama/
.. _Watchdog: https://pypi.org/project/watchdog/
.. _colorama: https://pypi.org/project/colorama/


Virtual environments
Expand Down
8 changes: 4 additions & 4 deletions docs/serving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ polling and ``'watchdog'`` forces it to the watchdog backend.
Colored Logging
---------------

The development server can optionally highlight the request logs in
different colors based on the status code. Install `Click`_ to enable
this feature.
The development server highlights the request logs in different colors
based on the status code. On Windows, `Colorama`_ must be installed as
well to enable this.

.. _Click: https://pypi.org/project/click/
.. _Colorama: https://pypi.org/project/colorama/


Virtual Hosts
Expand Down

0 comments on commit 553576c

Please sign in to comment.