summaryrefslogtreecommitdiff
path: root/cherrypy/_cplogging.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-461/+0
* Remove old format of serialising stacktrace in favour of new APIAlex Latchford2015-05-111-1/+0
* Include exc_info when calling loggerAlex Latchford2015-03-311-1/+4
* Merged in MichielOvertoom/cherrypycustomlogging (pull request #38)Jason R. Coombs2014-09-131-0/+1
|\
| * Custom logging: hostnameMichiel Overtoom2013-03-301-0/+1
* | Remove trailing whitespaceAndrew Cox2014-05-171-4/+4
* | Add note to _cplogging.py as per issue #1282Andrew Cox2014-05-171-0/+7
* | More PEP8 work.Gustavo Picon2014-01-121-5/+8
* | More pep8 cleanupsGustavo Picon2014-01-121-1/+1
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-12/+20
|/
* Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-3/+3
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-49/+49
* Fixed #1091 (log.screen = False has no effect in Python 3.2 when no log files...Robert Brewer2011-10-151-1/+19
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+422
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-393/+0
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-0/+1
* Even more doc work.Robert Brewer2010-06-051-14/+152
* Docstring improvementsRobert Brewer2010-02-241-0/+4
* Some cross ports from the python3 branch, including two test fixes.Robert Brewer2009-06-241-2/+3
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-7/+7
* Use new response.output_status for access log.Robert Brewer2009-06-141-1/+5
* as per a conversation with fumanchu - it seems that the error log is meant fo...Lakin Wecker2009-05-181-2/+2
* [2141] raised the default error log level from DEBUG to INFO. However, the l...Lakin Wecker2009-05-181-2/+2
* It's silly to have a log sink run at the lowest level by default.Robert Brewer2009-02-251-1/+1
* Fix for #866 (Error *and* access log printed to stderr).Robert Brewer2009-01-311-1/+1
* Fix (partial?) for #852 (CherryPy always overrides user specified log levels).Robert Brewer2008-09-281-3/+0
* Fix for #824 (_cplogging.LogManager.access method not handling unicode in log...Robert Brewer2008-06-221-14/+35
* Doc tweaks and a missing 'rb'.Robert Brewer2008-04-261-1/+1
* Audit of logging:Robert Brewer2008-04-051-3/+3
* Silencing the no-handlers "warning" (stderr write!) in stdlib logging.Robert Brewer2008-01-201-0/+2
* Fix for #747 (log.screen should send error log messages to stderr).Robert Brewer2007-10-301-3/+5
* Fix for # 738 (Misspelled except statement shadows builtin KeyError exception).Robert Brewer2007-10-051-2/+2
* Fix for #727 (no referer or ua in access log). Needs a backport.Robert Brewer2007-09-061-2/+3
* New LogManager.reopen_files method for graceful restart. See #679.Robert Brewer2007-03-311-0/+11
* Fix for #660 (Add a 'wsgi.errors' logging handler).Robert Brewer2007-02-161-0/+57
* More doc updates.Robert Brewer2007-02-081-4/+12
* A couple more speed tweaks.Robert Brewer2006-12-231-4/+6
* Allow loggers to use a different logging root (e.g. "tg.error" instead of "ch...Robert Brewer2006-11-291-5/+6
* Global log.screen now True.Robert Brewer2006-09-011-2/+4
* Logging cleanups:Robert Brewer2006-08-261-0/+141