void setLogFiles (String storeType, String filePrefix, long maxFileSize, int maxFiles)
void setLogFiles (String storeType, String filePrefix, long maxFileSize, int maxFiles)
Name | Type | Description |
---|---|---|
storeType | String | Store Type (valid values - AS) |
filePrefix | String | Prefix for the log files |
maxFileSize | long | Max file size post which the Store rotates the log file. The value should be greater than 102400 bytes (100kb) |
maxFiles | int | Max number of log files |
Type | Description |
---|---|
void |