From 4f5be038ef8892c7efde9fb7a68c30d929a5081f Mon Sep 17 00:00:00 2001 From: Karel Souffriau Date: Fri, 5 Apr 2013 13:17:00 +0200 Subject: [PATCH] Collector: print query data as json instead of yaml --- Resources/views/Collector/elastica.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Collector/elastica.html.twig b/Resources/views/Collector/elastica.html.twig index 137dcdb..a665e2d 100644 --- a/Resources/views/Collector/elastica.html.twig +++ b/Resources/views/Collector/elastica.html.twig @@ -46,7 +46,7 @@ Path: {{ query.path }}
Method: {{ query.method }}
- {{ query.data|yaml_encode }} + {{ query.data|json_encode }}
Time: {{ '%0.2f'|format(query.executionMS * 1000) }} ms