summaryrefslogtreecommitdiffstats
path: root/nova/twistd.py
Commit message (Expand)AuthorAgeFilesLines
* removing compute monitorBrian Waldon2011-08-021-267/+0
* Use super on an old style classAlex Meade2011-06-061-3/+3
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-0/+1
* remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-1/+0
* Resurrect logdir option.Soren Hansen2011-02-141-2/+0
* i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-2/+2
* Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-22/+3
* Merge trunk and resolve conflictsjaypipes@gmail.com2010-12-211-1/+1
|\
| * pep8Sandy Walsh2010-12-141-1/+1
* | First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-3/+3
|/
* Address PEP8 complaints.Soren Hansen2010-11-231-1/+3
* Add a --logdir flag that will be prepended to the logfile setting. This makes...Soren Hansen2010-11-231-1/+3
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-7/+12
* make --help work for twistd-based servicesAndy Smith2010-10-151-0/+6
* Stylistic improvements.Soren Hansen2010-08-181-1/+5
* Use the argument handler specified by twistd, if any.Soren Hansen2010-08-171-1/+11
* remove syslog-ng workaroundVishvananda Ishaya2010-08-121-9/+1
* Make nodaemon twistd processes log to stdoutVishvananda Ishaya2010-07-301-0/+3
* Fix syslogging of exceptions by stripping newlines from the exception infoVishvananda Ishaya2010-07-221-3/+10
* syslog changesVishvananda Ishaya2010-07-221-7/+5
* typo fixes and extra print statements removedVishvananda Ishaya2010-07-221-2/+0
* refactor daemons to use common base class in preparation for network refactorVishvananda Ishaya2010-07-211-1/+11
* reorder imports spacingJesse Andrews2010-07-151-4/+3
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-12/+17
* initial commitJesse Andrews2010-05-271-0/+249