mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
Merge pull request #1291 from Crecket/patch-1
Replace logrotate link with alternative page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user