Get Cache Logs List
Note
This feature is only available in NCache Enterprise and Professional.
This displays the file names, creation time and size for log files on a specific server and specific cache. If no cache is specified, all log files on the cache server are displayed. For Partitioned Replica topology, the logs of replica are also displayed.
Get-CacheLogsList [-CacheName] [-Server]
Examples
- This command get the log-files of demoCache from the specified server.
Get-CacheLogsList -Server 20.200.20.11 -CacheName demoCache
- This command get all the log-files from the specified server.
Get-CacheLogsList -Server 20.200.20.11
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName |
<String> |
Specifies the name of the cache for the list of logs need to be displayed. | - |
-Server* |
<String> |
Specifies the server address where the log files are residing. | - |