summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-06 13:18:34 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-06 13:18:34 -0500
commitd6ee2312b8e3b155452682d2400fac7c773d3a9e (patch)
treed9f257b9edb5699b1eb3886f71797a11217d555e /CHANGES.txt
parenta9cdf5be43d9dd915f8611f540e2f839c2e8d6a0 (diff)
parent1514ea003dfe39fa79a0ec07bbbc14f239cb4eb2 (diff)
downloadpyramid-d6ee2312b8e3b155452682d2400fac7c773d3a9e.tar.gz
pyramid-d6ee2312b8e3b155452682d2400fac7c773d3a9e.tar.bz2
pyramid-d6ee2312b8e3b155452682d2400fac7c773d3a9e.zip
Merge pull request #2399 from msabramo/logging_global_conf
Pass vars to logging.config.fileConfig
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a17f4aab5..4a61dbffa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,6 +27,12 @@ unreleased
where you may need more control over the request.
See https://github.com/Pylons/pyramid/pull/2393
+- Allow using variable substitutions like ``%(LOGGING_LOGGER_ROOT_LEVEL)s``
+ for logging sections of the .ini file and populate these variables from
+ the ``pserve`` command line -- e.g.:
+ ``pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG``
+ See https://github.com/Pylons/pyramid/pull/2399
+
1.6 (2015-04-14)
================