From 95081a3319b57dcab240e0bcc84c4ee4ccfbe24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20=C5=9Eenharputlu?= Date: Wed, 14 Nov 2018 14:08:29 +0300 Subject: [PATCH] fix language in Logging documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cb04ff6..2de88767d 100644 --- a/README.md +++ b/README.md @@ -2436,7 +2436,7 @@ After enabling the client statistics, you can monitor your clients using Hazelca Hazelcast Node.js client has a flexible logging configuration. You can add your custom loggers by providing adapters. -To configure the logger, you need to implement `ILogger` interface in your adapter and add it to `ClientConfig.properties['hazelcast.logging']`. If you set this property to `'off'`, it does not log anything. +To configure a logger, you need to implement the `ILogger` interface in your adapter and add it to `ClientConfig.properties['hazelcast.logging']`. If you set this property to `'off'`, it does not log anything. See the following built-in `winston` logging library example.