summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
AgeCommit message (Collapse)Author
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-04-01Consistently link middleware term to the glossaryCatalin Iacob
2013-03-12Merge pull request #885 from tshepang/hyperlinksMichael Merickel
fix/update hyperlinks
2013-03-12Merge pull request #890 from tshepang/miscMichael Merickel
miscellaneous doc improvements
2013-03-06better to use a cross-referenceTshepang Lekhonkhobe
2013-03-05missing wordTshepang Lekhonkhobe
2013-03-05use cross-references to fix some linksTshepang Lekhonkhobe
Also fix grammar, and add a bit of consistency regarding formatting.
2013-02-28Update & clarify logging documentationDavid Beitey
Ensure that ``handlers`` is highlighted to be modified when adding an access log handler.
2012-06-12docs reference setup_logging instead of fileConfigMichael Merickel
2011-12-10update startup chapter against new scaffoldingChris McDonough
2011-12-01https://docs.pylonsproject.org to http://docs.pylonsproject.org as ↵Chris Davies
readthedocs.org doesn't support https
2011-10-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-10-04Fixed the translogger example and link.Michael Merickel
2011-09-23fixed up all the warning dealing ..note and ..warnmichr
added a hide toc for glossary to prevent warnings
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-08-13mention pyramid_exclogChris McDonough
2011-08-13- Added a Logging chapter to the narrative docs (based on the Pylons loggingChris McDonough
docs, thanks Phil).