11 Commits

Author SHA1 Message Date
Andrew Melton
2ed699a0cc Fixing stacklog tests 2013-11-26 15:54:17 -05:00
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
Anuj Mathur
baaba5d3e7 Implemented multiprocess logging 2013-11-05 20:13:46 +05:30
Anuj Mathur
4ebdd61ed0 Revert "Merge pull request #176 from rackerlabs/master_no_glance_verify"
This reverts commit ea0b42df4842449f99ccc022e5f79bff2ebc0ba6, reversing
changes made to 510cdda0d0c6688b0ec5e9712a8beac1b1a6cb31.
2013-08-22 16:28:13 +05:30
Andrew Melton
25dbb53d1f Revert "Merge pull request #171 from manalilatkar/GlanceVerifier_222"
This reverts commit 139f9cdbead8ae85af59206b1f14c9d4044da639, reversing
changes made to 06318c44e11c7bbf1b3f425670c1194e83762201.
2013-08-19 12:08:34 -04:00
Manali Latkar
2fb32e716b fixed merge conflicts 2013-08-16 01:04:45 +05:30
Andrew Melton
2510edaced Fixing test_stacklog for python 2.6 2013-08-07 12:05:27 -04:00
Andrew Melton
aee274cc6e Fixing stacklog tests 2013-08-07 11:24:47 -04:00
Anuj Mathur
08311b2dd4 - Created glance verifier and nova verifier
- Extracted common verifier functionality into a base verifier
- Extracted messaging specific functionality into message service
- Moved methods into models
- Moved reconciler creation into start_verifier
2013-08-05 19:19:37 +05:30
Andrew Melton
6ee0adb776 Logger name should be the module name 2013-08-01 11:50:25 -04:00
Anuj Mathur
5589c27a67 Created exchange logger which appends the name of the exchange to the logs 2013-07-18 13:52:58 +05:30