Cache Level
Following are the cache level configurations in client.ncconf.
<cache id="demoClusteredCache"
load-balance="false" enable-client-logs="False" log-level="error">
<server name="20.200.20.39"/>
</cache>
These configuration tags are explained below.
Load Balance
When this flag is set to true, the client tries to connect to the optimum server in terms of the number of connected clients. This way almost equal number of clients are connected to each node in the clustered cache and no single node is overburdened. It is only used for replicated cache and has no effect if set to true in case of partitioned or replicated cache.
Client logs
Enable Logs
Enabling error logs enables the log generation for the client level. By default, logging is disabled. In case of an error, it is reported in the application's Event Log-in system.
Log Level
Enabling error logging generates INFO, ERROR, and DEBUG logs.