index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
log.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-06-15
Replace deprecated collections.Iterable with abc replacement (#922)
James Falcon
2020-04-23
log: remove unnecessary import fallback logic (#327)
Daniel Watkins
2020-01-21
Start removing dependency on six (#178)
Daniel Watkins
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2017-08-25
Configure logging module to always use UTC time.
Ryan Harper
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2013-04-17
add debug output to ccfg-merge-debug
Scott Moser
2012-10-16
Move the recursive flushing to the log module.
Joshua Harlow
2012-08-22
fix pep8 complaints.
Scott Moser
2012-07-10
Remove the usage of set,list,dict and use the collections
Joshua Harlow
2012-07-10
fix regression in logging code
Scott Moser
2012-07-09
Add more information about why we are returning early and
Joshua Harlow
2012-07-09
do not warn to stderr if one of the logging configs works.
Scott Moser
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-18
1. Simplify basic logging (which will not always be turned on in the new clou...
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Ensure that the root logger is manipulated instead of just the cloudinit logg...
Joshua Harlow
2012-06-11
Added log setup and a basic log (for when one is not enabled)
Joshua Harlow
2012-06-09
Add copyright.
Joshua Harlow
2012-06-08
Working on making this have the old setup (where strings are taken in for con...
Joshua Harlow
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow