1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-29 17:30:14 +02:00

Update example in RedisHandler (#1894)

This commit is contained in:
javaDeveloperKid
2024-06-28 11:06:36 +02:00
committed by GitHub
parent 4112a1880b
commit f836e01659

View File

@@ -24,7 +24,7 @@ use Redis;
* usage example:
*
* $log = new Logger('application');
* $redis = new RedisHandler(new Predis\Client("tcp://localhost:6379"), "logs", "prod");
* $redis = new RedisHandler(new Predis\Client("tcp://localhost:6379"), "logs");
* $log->pushHandler($redis);
*
* @author Thomas Tourlourat <thomas@tourlourat.com>