stacktach/verifier
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 added null/type checks on specific fields of exit 2013-08-27 18:40:31 +05:30
base_verifier.py Fixing logging 2013-11-07 10:12:55 -05:00
config.py Made Nova flavor field name configurable 2013-10-28 17:02:48 +05:30
glance_verifier.py Fixing logging 2013-11-07 10:12:55 -05:00
nova_verifier.py Fixing logging 2013-11-07 10:12:55 -05:00
start_verifier.py Fixing logging 2013-11-07 10:12:55 -05:00
verifier.sh Added pidfile argument to the "status" command of the initscripts for worker and verifier 2013-08-13 15:54:01 -05:00