Send All client.log to logstash

Is there anyway to modify some properties on chef-client for sending all client.log to logstash?
I was looking for gelf_handler, but gelf_handler only send logs about status, exception . and report

I want use Chef:Log.info and this information must send to logstash.

Hi Cristian

I am looking for same answer. Did you figure out a way to accomplish this ?

Well, chef not support it natively, We create a TCP connections to send this information to LogStash.