ajouve / monolog-redis-json-handler
a monolog redis handler with json output
Installs: 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ajouve/monolog-redis-json-handler
Requires
- php: >=5.5.0
- monolog/monolog: 1.19.*
This package is not auto-updated.
Last update: 2025-10-12 06:47:59 UTC
README
Symfony configuartion
Service
redis:
class: Predis\Client
arguments:
-
scheme: tcp
host: "%redis_host%"
port: "%redis_port%"
password: "%redis_password%"
monolog_redis_json_handler:
class: MonologRedisJson\Handler
arguments:
- '@redis'
- 'monolog'
- 200
calls:
- [addMetaData, ['application', 'my_app']]
Config
monolog:
handlers:
redis:
type: service
id: monolog_redis_json_handler