Skip to content

Commit

Permalink
Update example in RedisHandler (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
javaDeveloperKid authored Jun 28, 2024
1 parent 4112a18 commit f836e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/Handler/RedisHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* 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>
Expand Down

0 comments on commit f836e01

Please sign in to comment.