File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
494493Variables
495494==========
You can’t perform that action at this time.
0 commit comments