diff --git a/bootstrapvz/base/log.py b/bootstrapvz/base/log.py index 5c9a441..ea6064e 100644 --- a/bootstrapvz/base/log.py +++ b/bootstrapvz/base/log.py @@ -100,5 +100,4 @@ class FileFormatter(SourceFormatter): """Formats log statements for output to file Currently this is just a stub """ - def format(self, record): - return super(FileFormatter, self).format(record) + pass