From 6818ecdbd460811e5e845a64630400f0d537b5e8 Mon Sep 17 00:00:00 2001 From: aserafin Date: Thu, 16 Apr 2015 12:58:25 +0200 Subject: [PATCH] correct log line example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2248f0b..769590c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ In your api file (somewhere on the top) With the default configuration you will get nice log message - [2015-04-14 13:54:08 +0200] INFO -- 200 -- total=2.06 db=0.36 -- GET /your_app/endpoint params={some_param: 12} + [2015-04-16 12:52:12 +0200] INFO -- 200 -- total=2.06 db=0.36 -- PATCH /your_app/endpoint params={"some_param"=>{"value_1"=>"123", "value_2"=>"456"}} If you prefer some other format I strongly encourage you to do pull request with new formatter class ;)