-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.server.logfile.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process will deletes the log files, csv file, debug files which are 'x' days old.
Use Case: Intended for production.
- Process cleans up old files to save space on hard disk.
Note:
The target directory (pTgtDir
) will default to setting in TM1 configuration file if left blank.
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pTgtDir |
String | OPTIONAL: Log file directory. (Blank = from TM1 configuration file) | |
pLogDays |
Numeric | 7 |
REQUIRED: The number of days to retain log Files |
pErrorDays |
Numeric | 21 |
REQUIRED: The number of day to retain TM1 Error Logs |
pBedrockDays |
Numeric | 7 |
REQUIRED: The number of days to retain Bedrock Debug Files |
pCSVDays |
Numeric | 7 |
REQUIRED: The number of days to retain CSV files |
Process | ExecuteProcess | RunProcess |
---|---|---|
}bedrock.server.savedataall |
Y | N |
test sidebar