summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
AgeCommit message (Collapse)Author
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2018-11-24Use numbered list instead of a paragraph per Steve PiercyKarl O. Pinc
2018-11-24Add index entries for logging initializationKarl O. Pinc
2018-11-24Split long complicated sentence into 3Karl O. Pinc
2018-11-24Improve sentenceKarl O. Pinc
2018-11-24Split long sentenceKarl O. Pinc
2018-11-23Remove extra wordKarl O. Pinc
2018-11-19Consitent use of .iniKarl O. Pinc
2018-11-18Update to point to latest python docsKarl O. Pinc
2018-11-18Move sentence from project docs to logging docsKarl O. Pinc
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-19Standardize macOS capitalizationSteve Piercy
2018-08-18Clean up code-blocks in loggingSteve Piercy
2018-01-11Align project name with source files myproject/*.iniSteve Piercy
- Closes #3213
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-04-17fix rst syntax for index entriesSteve Piercy
2016-12-27quick_tutorial - refactor MyProject/myproject for cookiecuttersSteve Piercy
2016-12-27narr/project - update for cookiecuttersSteve Piercy
- update source files - update project.png - fix literalinclude reference in logging
2016-12-27narr/logging - updateSteve Piercy
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2015-10-18minor grammar, rewrap 79 cols, .rst syntax fixesSteve Piercy
2015-01-22apply changes from #1538 and #1539Steve Piercy
2014-09-29Merge pull request #1396 from kpinc/doc_configMichael Merickel
Doc config
2014-09-29Merge pull request #1395 from kpinc/doc_loggingMichael Merickel
Some improvements to the paste.translogger related docs.
2014-09-10Change helloworld to myappBert JW Regeer
Fix a typo in the documentation. Closes #1408
2014-08-10Some improvements to the paste.translogger related docs.Karl O. Pinc
Synchronizes with Waitress docs.
2014-08-08Add index entries for .ini files vis settings.Karl O. Pinc
2014-08-08Link to logging configuration in the Startup chapter.Karl O. Pinc
The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file.
2014-07-04Correct handler name for logger_wsgiLiJunjie
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).