Log test summary using logger

30 views
Skip to first unread message

Adam Dougal

unread,
Feb 21, 2018, 5:07:23 AM2/21/18
to Gatling User Group

I'm trying to ship my Gatling test logs to Kibana in a logstash encoded format using the logstash-logback-encoder. I've mostly got this working, but some things included the test summary are still being outputted in a plain console format:

================================================================================
---- Global Information --------------------------------------------------------
> request count                                          1 (OK=0      KO=1     )
> min response time                                    167 (OK=-      KO=167   )
> max response time                                    167 (OK=-      KO=167   )
> mean response time                                   167 (OK=-      KO=167   )
etc

When digging into the code I can see that in some cases a println method is being called instead of using a logger:


Is this done intentionally? Can it be changed to use a logger instead?

Thanks

Dominic Le Bredonchel

unread,
Jun 14, 2018, 8:50:44 AM6/14/18
to Gatling User Group
I would also like to know about this...
Reply all
Reply to author
Forward
0 new messages