liuggio / StatsDClientBundle

Easily monitor your symfony2 production env., with ready-to-use stats.
MIT License
164 stars 43 forks source link

On dev env the data are not pushed to the socket #50

Closed grekpg closed 9 years ago

grekpg commented 9 years ago

How to enable sending data in dev mode ?

liuggio commented 9 years ago

Hi try use debug:false inside the connection section in this bundle config :) ( https://github.com/liuggio/StatsDClientBundle/blob/7ea0873c8f788192d5693b5381149ac99a43b8fe/DependencyInjection/Configuration.php#L36 )

hope this help