index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/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
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