bzikarsky / gelf-php

A php implementation to send log-files to a gelf compatible backend like graylog
MIT License
408 stars 86 forks source link

Extensive documentation #25

Open bzikarsky opened 9 years ago

bzikarsky commented 9 years ago

Currently the documentation is almost non existent. This should be changed.

bzikarsky commented 9 years ago

ReadTheDocs viable?

HMAZonderland commented 7 years ago

Documenting things is never fun, I see. :-)

bzikarsky commented 7 years ago

Oh well... 🙁 -- Well deserved critism...

drzraf commented 4 years ago

If we assume a monolog config (README.md), it seems that sample configuration is larger than strictly necessary:

On a semi-related note, I found that simply authenticating to a Gelf endpoint (for OVH, using Tcp rather than Http), currently needs its own bundle instead of having a flexible processor for that purpose within gelf-php itself even though it's just about appending some data. There is that Logger::$defaultContext but I didn't see a way to hook it from monolog-bundle configuration.

pscheit-lillydoo commented 3 years ago

a monolog bundle configuration would be handy

bzikarsky commented 3 years ago

I haven't worked with Symfony/Monolog in quite some time, I'm happily welcoming PRs with better docs. :)