diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-27 02:36:30 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-27 02:36:30 -0800 |
| commit | e1b26edbb88ab51b1043ef82f093507d987cc2a4 (patch) | |
| tree | 9cedc3b1e3d2eb33f7946273b0360a42ccfc8a23 /docs/narr/logging.rst | |
| parent | e2cda93d7422de50d014bcbacc2f4c31b95508bd (diff) | |
| download | pyramid-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.rst | 2 |
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- |
