From 95ff458b443e21e6c2677674587a4649ce338f8b Mon Sep 17 00:00:00 2001 From: Gregory Goijaerts Date: Thu, 21 Feb 2019 10:53:12 +0100 Subject: [PATCH] Replace logrotate link with alternative page The current link no longer exists --- doc/02-handlers-formatters-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-handlers-formatters-processors.md b/doc/02-handlers-formatters-processors.md index 16900110..01715028 100644 --- a/doc/02-handlers-formatters-processors.md +++ b/doc/02-handlers-formatters-processors.md @@ -18,7 +18,7 @@ - [_StreamHandler_](../src/Monolog/Handler/StreamHandler.php): Logs records into any PHP stream, use this for log files. - [_RotatingFileHandler_](../src/Monolog/Handler/RotatingFileHandler.php): Logs records to a file and creates one logfile per day. It will also delete files older than `$maxFiles`. You should use - [logrotate](http://linuxcommand.org/man_pages/logrotate8.html) for high profile + [logrotate](https://linux.die.net/man/8/logrotate) for high profile setups though, this is just meant as a quick and dirty solution. - [_SyslogHandler_](../src/Monolog/Handler/SyslogHandler.php): Logs records to the syslog. - [_ErrorLogHandler_](../src/Monolog/Handler/ErrorLogHandler.php): Logs records to PHP's