summaryrefslogtreecommitdiff
path: root/pelican/log.py
Commit message (Expand)AuthorAgeFilesLines
* Fix LOG_FILTER to act on exact messagesDeniz Turgut2020-04-121-3/+5
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-6/+6
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-49/+4
* Try importing from collections.abc for compatibility with Python 3.8Oliver Urs Lenz2018-11-241-1/+5
* Improve the looks of reST parser error output.Deniz Turgut2018-11-101-0/+3
* Adding --logs-deduping-min-level CLI optionLucas Cimon2017-12-151-2/+7
* Correct new flake8 warningsderwinlu2017-01-241-0/+1
* Fixes Exception name related bugsDeniz Turgut2016-10-291-1/+1
* Don't suppress LOG_FILTER messages when --debug passedAlexander Turenko2016-09-231-6/+6
* Allow to filter out log messages by templatesAlexander Turenko2016-09-231-4/+11
* Add --fatal=errors|warnings program optionKernc2016-01-091-2/+19
* Merge pull request #1850 from ingwinlu/deprecation_warningsJustin Mayer2015-11-031-6/+34
|\
| * Redo ANSI support detectionderwinlu2015-10-221-1/+19
| * Add logging for warnings during test suite runderwinlu2015-10-221-7/+17
* | Add ability to toggle log filterderwinlu2015-10-191-0/+6
|/
* fulfil pep8 standardderwinlu2015-08-171-15/+15
* Fix exception loggingDeniz Turgut2015-06-031-1/+1
* minor spelling fixesCarlos E. Garcia2014-09-151-1/+1
* Refactor logging handlingDeniz Turgut2014-07-221-55/+109
* Minor text changes to log message limitationJustin Mayer2014-04-141-2/+2
* Limit and filter logsRogdham2014-04-011-5/+60
* fix for issue #761: handle unicode correctly in summary for MarkdownDeniz Turgut2013-04-031-3/+3
* Manual pass on sources for better standards.Alexis Métaireau2013-03-031-6/+5
* Port pelican to python 3.Dirk Makowski2013-01-111-16/+20
* pelican/log.py simplified a bitm-r-r2012-03-251-33/+17
* change the way logging is done, using the standard log tree instead ofAndrea Crotti2012-03-201-22/+15
* remove couple of extra spacesAndrea Crotti2012-03-161-2/+2
* remove unused colors and refactor more how the escaping is doneAndrea Crotti2012-03-161-20/+14
* fix the reset term code to make it work also on OSXAndrea Crotti2012-03-151-1/+1
* refactoring of the ANSI dictionary, removing all the repeated codeAndrea Crotti2012-03-071-18/+28
* global declaration is only needed if it's necessary to modify a moduleAndrea Crotti2012-03-071-1/+0
* Sort imports and remove trailing whitespacesStéphane Raimbault2012-02-281-17/+15
* Pelican no more use ANSI codes on Windows (CMD.exe don't support it)Skami182011-10-141-1/+2
* Merge branch 'hacks' of https://github.com/RonnyPfannschmidt/pelicanAlexis Metaireau2011-05-071-1/+3
|\
| * logging star import cleanupsRonny Pfannschmidt2011-05-061-1/+3
* | pelican.log.warning added to pelican.log.__all__Skami182011-05-071-0/+1
|/
* Removed a bug (debug messages was not showed) and improved readabilitySkami182011-04-251-47/+53
* Catch all exceptions in __init__Alexis Metaireau2011-04-201-1/+2
* Removed a bug related to unicodeSkami182011-04-191-17/+17
* Calls to «print» replaced by the «pelican.log» module.Skami182011-04-191-3/+9
* Added shortcuts functions in the `log' moduleSkami182011-04-191-0/+8
* Added a colored logging systemSkami182011-04-181-31/+67
* Added a logging system (will be useful for plugins)Skami182011-04-181-0/+47