summaryrefslogtreecommitdiff
path: root/cloudinit/log.py
Commit message (Expand)AuthorAgeFilesLines
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-0/+11
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-10/+11
* Replace deprecated collections.Iterable with abc replacement (#922)James Falcon2021-06-151-2/+2
* log: remove unnecessary import fallback logic (#327)Daniel Watkins2020-04-231-11/+6
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-9/+5
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-111-2/+10
* Configure logging module to always use UTC time.Ryan Harper2017-08-251-0/+5
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-3/+4
* add debug output to ccfg-merge-debugScott Moser2013-04-171-3/+3
* Move the recursive flushing to the log module.Joshua Harlow2012-10-161-0/+12
* fix pep8 complaints.Scott Moser2012-08-221-1/+1
* Remove the usage of set,list,dict and use the collectionsJoshua Harlow2012-07-101-2/+5
* fix regression in logging codeScott Moser2012-07-101-1/+1
* Add more information about why we are returning early andJoshua Harlow2012-07-091-2/+6
* do not warn to stderr if one of the logging configs works.Scott Moser2012-07-091-12/+14
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-2/+0
* 1. Simplify basic logging (which will not always be turned on in the new clou...Joshua Harlow2012-06-181-18/+26
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-1/+1
* Ensure that the root logger is manipulated instead of just the cloudinit logg...Joshua Harlow2012-06-151-12/+30
* Added log setup and a basic log (for when one is not enabled)Joshua Harlow2012-06-111-31/+35
* Add copyright.Joshua Harlow2012-06-091-1/+22
* Working on making this have the old setup (where strings are taken in for con...Joshua Harlow2012-06-081-27/+17
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+94