summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-27 02:36:30 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-27 02:36:30 -0800
commite1b26edbb88ab51b1043ef82f093507d987cc2a4 (patch)
tree9cedc3b1e3d2eb33f7946273b0360a42ccfc8a23 /docs/narr/logging.rst
parente2cda93d7422de50d014bcbacc2f4c31b95508bd (diff)
downloadpyramid-e1b26edbb88ab51b1043ef82f093507d987cc2a4.tar.gz
pyramid-e1b26edbb88ab51b1043ef82f093507d987cc2a4.tar.bz2
pyramid-e1b26edbb88ab51b1043ef82f093507d987cc2a4.zip
narr/project - update for cookiecutters
- update source files - update project.png - fix literalinclude reference in logging
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index f2c990861..ec3590e62 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -50,7 +50,7 @@ Default logging configuration is provided in both the default
``development.ini`` and the ``production.ini`` files. If you use ``pyramid-cookiecutter-starter`` to generate a Pyramid project with the name of the package as ``hello_world``, then the logging configuration
in the ``development.ini`` file is as follows:
-.. literalinclude:: ../quick_tour/package/development.ini
+.. literalinclude:: MyProject/development.ini
:language: ini
:lineno-match:
:lines: 29-