From 74215b17a21158a4b6b8f8f04f76855cb9d347ef Mon Sep 17 00:00:00 2001 From: Heier Date: Sun, 15 Sep 2019 12:16:35 +0800 Subject: [PATCH] Update 01-usage.md The default date format is changed, so edit documents synchronously. --- doc/01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index 7767a611..59b9ae76 100644 --- a/doc/01-usage.md +++ b/doc/01-usage.md @@ -206,7 +206,7 @@ write your own (e.g. a multiline text file for human-readable output). To configure a predefined formatter class, just set it as the handler's field: ```php -// the default date format is "Y-m-d H:i:s" +// the default date format is "Y-m-d\TH:i:sP" $dateFormat = "Y n j, g:i a"; // the default output format is "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n" $output = "%datetime% > %level_name% > %message% %context% %extra%\n";