summaryrefslogtreecommitdiffstats
path: root/server/logger.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-72/+0
|
* add a basic AuditLogger classAdrian Likins2007-09-241-7/+23
| | | | | | | | | at the moment, it just logs ever call method and args to /var/log/func/audit.log server.py: some refactor in preperation for better logging (mostly changing stuff so I can get to the xmlrpcserver innards for things like client ip's)
* Remove yaml libraries (configparser is good enough) plus remove references ↵Michael DeHaan2007-09-201-8/+9
| | | | to virt-factory.
* initial code dropAdrian Likins2007-09-201-0/+55
module_loader from the virt-factory node server xmlrpc server from the virt-factory-server code and some test modules no ssl support yet, no init scripts, no packagin etc