Skip to content

Commit

Permalink
Update config.rst to fix external URI syntax (#707)
Browse files Browse the repository at this point in the history
* Update config.rst to fix external URI syntax

Fixes the syntax to properly render an external URI in docs.

* Update config.rst
  • Loading branch information
russellballestrini authored and phobologic committed Mar 12, 2019
1 parent c436eea commit 49295ce
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,17 +479,16 @@ By default, stacker uses the following `log_formats`::
color: "[%(asctime)s] \033[%(color)sm%(message)s\033[39m"
debug: "[%(asctime)s] %(levelname)s %(threadName)s %(name)s:%(lineno)d(%(funcName)s): %(message)s"

You may optionally provide custom `log_formats`.

You may use any of the standard Python
[logging module format attributes](https://docs.python.org/2.7/library/logging.html#logrecord-attributes)
when building your `log_formats`.

In this example, we add the environment name to each log line::
You may optionally provide custom `log_formats`. In this example, we add the environment name to each log line::

log_formats:
info: "[%(asctime)s] ${environment} %(message)s"
color: "[%(asctime)s] ${environment} \033[%(color)sm%(message)s\033[39m"
You may use any of the standard Python
`logging module format attributes <https://docs.python.org/2.7/library/logging.html#logrecord-attributes>`_
when building your `log_formats`.


Variables
==========
Expand Down

0 comments on commit 49295ce

Please sign in to comment.