As part of shrinking the base test class file down to just the core
functionality the definition for the logging fixture log format was
accidently removed. This causes any test based on the test class to
fail during setUp. This commit fixes the oversight by adding it back.