Cache Level Configurations
Following are the cache level configurations in client.ncconf.
<cache id="democache" enable-client-logs="False" log-level="error">
<server name="20.200.20.29"/>
</cache>
These configuration tags are explained below.
Client logs
The following are the two types of logs available in NCache Open Source.
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 WARNING, CRITICAL ERROR, and DEBUG logs.
See Also
Client Node Level
Cache Settings (config.ncconf)
Cache Server Settings (service.exe.config)
Monitor Caches