Looking at cs81210 i found:
- Starting with Windchill 10.0 there is a background process that will maintain the number of logs in the Windchill logs folder.
- By default this task will run every 2 days and will remove logs older than 15 days
This meant that i was fighting several days to find out why my logfiles and also other files that i wrote into the logfolder suddenly disappeared.
I even accused our system administration team that they run a cronjob that deletes the files.
Using a filewatcher and process monitor i finally found out that windchill servermanager itself deleted the logfiles.
It's definetly a nice feature if windchill can do this -- but this setting must not be enabled by default !!!
I lost tons of logfiles and transfer data because of this