Open drzraf opened 4 years ago
Do you have the same issue if you try using an other logger type like stream
or console
in ovh_raw
?
This bundle adds a token for ovh on each log (https://github.com/chaplean/ovh-logs-bundle/blob/master/Processor/OvhLogsProcessor.php#L37). It will add this token on the handler called ovh
. Maybe that handler needs to be the gelf
handler. So maybe try renaming the handler ovh
to something like ovh_filter
and ovh_raw
to ovh
.
I'm currently trying the following: