Skip to content

Commit 49295ce

Browse files
russellballestriniphobologic
authored andcommitted
Update config.rst to fix external URI syntax (#707)
* Update config.rst to fix external URI syntax Fixes the syntax to properly render an external URI in docs. * Update config.rst
1 parent c436eea commit 49295ce

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/config.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -479,17 +479,16 @@ By default, stacker uses the following `log_formats`::
479479
color: "[%(asctime)s] \033[%(color)sm%(message)s\033[39m"
480480
debug: "[%(asctime)s] %(levelname)s %(threadName)s %(name)s:%(lineno)d(%(funcName)s): %(message)s"
481481

482-
You may optionally provide custom `log_formats`.
483-
484-
You may use any of the standard Python
485-
[logging module format attributes](https://docs.python.org/2.7/library/logging.html#logrecord-attributes)
486-
when building your `log_formats`.
487-
488-
In this example, we add the environment name to each log line::
482+
You may optionally provide custom `log_formats`. In this example, we add the environment name to each log line::
489483

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

494493
Variables
495494
==========

0 commit comments

Comments
 (0)