summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-27 00:42:14 -0500
committerChris McDonough <chrism@plope.com>2011-11-27 00:42:14 -0500
commit596495de4aa1ab0f3a3752d21c14ac08631e8457 (patch)
tree2876cead411bee8ebc4ae9a066d6d023ad4b99b7 /CHANGES.txt
parent914b7349e0d85841919201c612c2499bece67f1f (diff)
downloadpyramid-596495de4aa1ab0f3a3752d21c14ac08631e8457.tar.gz
pyramid-596495de4aa1ab0f3a3752d21c14ac08631e8457.tar.bz2
pyramid-596495de4aa1ab0f3a3752d21c14ac08631e8457.zip
- Added ``setup_logging`` API function to the ``pyramid.paster`` module.
This function sets up Python logging according to the logging configuration in a PasteDeploy ini file.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7060492f1..efc0dbb64 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,9 +17,13 @@ Features
- ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line
Pyramid" narrative docs chapter for more information.
-- Added ``get_appsettings`` function to ``pyramid.paster`` API. This function
- returns the settings defined within an ``[app:...]`` section in a
- PasteDeploy ini file.
+- Added ``get_appsettings`` API function to the ``pyramid.paster`` module.
+ This function returns the settings defined within an ``[app:...]`` section
+ in a PasteDeploy ini file.
+
+- Added ``setup_logging`` API function to the ``pyramid.paster`` module.
+ This function sets up Python logging according to the logging configuration
+ in a PasteDeploy ini file.
Bug Fixes
---------