From 15a88ec2778faf8af940259a0f74ed559f0dcbb8 Mon Sep 17 00:00:00 2001 From: Nicolas Bastien Date: Sat, 28 Sep 2013 06:27:28 +0200 Subject: [PATCH] Add missing blod style to log level listing --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index 6c2220ec..6cea6780 100644 --- a/README.mdown +++ b/README.mdown @@ -77,7 +77,7 @@ ERROR, CRITICAL, ALERT. - **INFO** (200): Interesting events. Examples: User logs in, SQL logs. -- NOTICE (250): Normal but significant events. +- **NOTICE** (250): Normal but significant events. - **WARNING** (300): Exceptional occurrences that are not errors. Examples: Use of deprecated APIs, poor use of an API, undesirable things that are not @@ -93,7 +93,7 @@ ERROR, CRITICAL, ALERT. down, database unavailable, etc. This should trigger the SMS alerts and wake you up. -- EMERGENCY (600): Emergency: system is unusable. +- **EMERGENCY** (600): Emergency: system is unusable. Docs ====