public class LogrotateTemplateContext extends Object
| Constructor and Description |
|---|
LogrotateTemplateContext(SingularityExecutorConfiguration configuration,
SingularityExecutorTaskDefinition taskDefinition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtrasDateformat() |
List<String> |
getExtrasFiles()
Extra files for logrotate to rotate.
|
String |
getLogfile()
Default log to logrotate, defaults to service.log.
|
int |
getMaxageDays() |
int |
getRotateCount() |
String |
getRotateDateformat() |
String |
getRotateDirectory() |
String |
toString() |
public LogrotateTemplateContext(SingularityExecutorConfiguration configuration, SingularityExecutorTaskDefinition taskDefinition)
public String getRotateDateformat()
public int getRotateCount()
public int getMaxageDays()
public String getRotateDirectory()
public List<String> getExtrasFiles()
public String getExtrasDateformat()
public String getLogfile()
Copyright © 2015. All rights reserved.