stacktach/worker
Andrew Melton ca0ee9f3d0 Fixing logging
First, setting up the default logger name for worker and verifier.
Without this, logging from the reconciler and the database api
will end up in stacktach-default. This would mean both the
verifier and worker will be attempting to rotate that log file,
thus locking themselves.

Second, using the child logging process when calling the
info/warn/error functions directly in stacklog. Othweise this will
cause the callers to get or create the parent logger process.
2013-11-07 10:12:55 -05:00
..
__init__.py Worker unit tests 2013-01-25 18:17:18 -05:00
config.py Revert "Merge pull request #176 from rackerlabs/master_no_glance_verify" 2013-08-22 16:28:13 +05:30
stacktach.sh Fixed typo in worker/stacktach.sh 2013-08-14 08:37:48 -05:00
start_workers.py Fixing logging 2013-11-07 10:12:55 -05:00
worker.py Fixing logging 2013-11-07 10:12:55 -05:00