mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
use json for logged annotation form
This commit is contained in:
parent
6248b0e2ab
commit
a06be5fcc9
@ -28,7 +28,8 @@ public class LoggingAnnotator implements Annotator, ConfigAware {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void recordAnnotation(Annotation annotation) {
|
public void recordAnnotation(Annotation annotation) {
|
||||||
annotationsLog.log(level, annotation.toString());
|
String inlineForm = annotation.asJson();
|
||||||
|
annotationsLog.log(level, inlineForm);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user