From 6fed302df7374fe1aff963abb572a6b887cdd1bb Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 2 Oct 2013 16:47:36 +0200 Subject: [PATCH] Giving up --- README.mdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.mdown b/README.mdown index 6cea6780..6faeab76 100644 --- a/README.mdown +++ b/README.mdown @@ -68,10 +68,7 @@ information (tags, user ip, ..) to the records before they are handled. Log Levels ---------- -Monolog supports all 8 logging levels defined in -[RFC 5424](http://tools.ietf.org/html/rfc5424), but unless you specifically -need syslog compatibility, it is advised to only use DEBUG, INFO, WARNING, -ERROR, CRITICAL, ALERT. +Monolog supports the logging levels described by [RFC 5424](http://tools.ietf.org/html/rfc5424). - **DEBUG** (100): Detailed debug information.