mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-08-13 06:24:57 -05:00
use json for logged annotation form
This commit is contained in:
@@ -28,7 +28,8 @@ public class LoggingAnnotator implements Annotator, ConfigAware {
|
||||
|
||||
@Override
|
||||
public void recordAnnotation(Annotation annotation) {
|
||||
annotationsLog.log(level, annotation.toString());
|
||||
String inlineForm = annotation.asJson();
|
||||
annotationsLog.log(level, inlineForm);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user