diff options
| author | Chris McDonough <chrism@plope.com> | 2012-06-17 10:00:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-06-17 10:00:44 -0400 |
| commit | 5276e011565b24c5ff9bf76577166e08a01cbf03 (patch) | |
| tree | ceb2ef21bc644ccce72d82a0799f68c260534f52 /docs/narr/commandline.rst | |
| parent | c7fcdf1665cfdc1173559baa0a56d9a06fcba448 (diff) | |
| parent | eb3c87230402201669501d5889d43634b785a9ed (diff) | |
| download | pyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.tar.gz pyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.tar.bz2 pyramid-5276e011565b24c5ff9bf76577166e08a01cbf03.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/commandline.rst')
| -rw-r--r-- | docs/narr/commandline.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index 4be436836..af53c1f78 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -654,8 +654,11 @@ use the following command: .. code-block:: python - import logging.config - logging.config.fileConfig('/path/to/my/development.ini') + import pyramid.paster + pyramid.paster.setup_logging('/path/to/my/development.ini') + +See :ref:`logging_chapter` for more information on logging within +:app:`Pyramid`. .. index:: single: console script |
