Merge pull request #494 from bastnic/patch-1

[doc] inform about the override of Elastica logger
This commit is contained in:
Tim Nagel 2014-03-14 08:44:06 +11:00
commit 6beafd23f1

View file

@ -58,6 +58,7 @@ Most of the time, you will need only one.
clients:
default: { host: localhost, port: 9200 }
A client configuration can also override the Elastica logger to change the used class ```logger: <your logger class>``` or to simply disable it ```logger: false```. Disabling the logger should be done on production because it can cause a memory leak.
#### Declare a serializer