summaryrefslogtreecommitdiff
path: root/cloudinit/log.py
AgeCommit message (Expand)Author
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2017-08-25Configure logging module to always use UTC time.Ryan Harper
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2013-04-17add debug output to ccfg-merge-debugScott Moser
2012-10-16Move the recursive flushing to the log module.Joshua Harlow
2012-08-22fix pep8 complaints.Scott Moser
2012-07-10Remove the usage of set,list,dict and use the collectionsJoshua Harlow
2012-07-10fix regression in logging codeScott Moser
2012-07-09Add more information about why we are returning early andJoshua Harlow
2012-07-09do not warn to stderr if one of the logging configs works.Scott Moser
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-181. Simplify basic logging (which will not always be turned on in the new clou...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Ensure that the root logger is manipulated instead of just the cloudinit logg...Joshua Harlow
2012-06-11Added log setup and a basic log (for when one is not enabled)Joshua Harlow
2012-06-09Add copyright.Joshua Harlow
2012-06-08Working on making this have the old setup (where strings are taken in for con...Joshua Harlow
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow