From 09f5eb33be99578d0ddbe07f308c5387bbf245af Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 10 Aug 2012 02:15:26 +0300 Subject: [PATCH] Minor wording adjustment in the docs --- doc/usage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/usage.md b/doc/usage.md index 0be6f0e6..98db29ae 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -97,9 +97,8 @@ is related. This is useful in big applications (and is leveraged by MonologBundle in Symfony2). Picture two loggers sharing a handler that writes to a single log file. -Channels would then allow an identity of the logger that issues the record -(distinguishable through the channel's name). You can then easily grep through -the log files filtering this or that type of log record. +Channels would allow you to identify the logger that issued every record. +You can easily grep through the log files filtering this or that channel. ```php