Skip to content

Commit

Permalink
fix language in Logging documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansenharputlu committed Nov 14, 2018
1 parent e337135 commit 95081a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 95081a3

Please sign in to comment.