summaryrefslogtreecommitdiff
path: root/service/pixelated/config/logger.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-02-07[#952] Get rid of extra empty line on unhandled errorsTulio Casagrande
2017-02-07[#952] Log events even when formatting errors occurTulio Casagrande
2017-02-07[#952] Access log_format key correctly even if it's NoneTulio Casagrande
This is the case of the infamous 'Unhandled error in Deferred' events that were not logging the traceback.
2016-12-06[#862] setting gnupg loglevel to warningsNavaL
2016-10-05Setup twisted logger and formatterTulio Casagrande
2016-10-05Changed to new twisted logging systemTulio Casagrande
This was storing loglines and references of the objects until a beginLoginTo was called. We moved to the new logger and added the beginLoginTo line.
2016-09-28remove private key from [gnupg] logs the right wayRoald de Vries
2016-01-20Fixed the PGP private key that was being loggedJefferson Stachelski
2016-01-13Changed log level to INFO for the pixelated namespace and added basic info ↵Bruno Wagner
messages
2015-10-20Use logging variable instead of hard coded string to set logging level.Giovane
2015-10-19Fixed pep8 warningBruno Wagner
2015-10-19Moved set gnupg loggin level to right placeJefferson Stachelski
2015-09-28Only show warnings and errors if you're not debuggingBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner