Removal of project logs
I have a team city server that is running out of space. It has 100GB of space but ~30gb of that space is used by project logs. I can't find where to delete these log files from. Can anyone help me out here?

Please sign in to leave a comment.
Hi,
Build logs are kept in the same directory as artifacts, you can find a detailed description here: https://confluence.jetbrains.com/display/TCD10/TeamCity+Data+Directory#TeamCityDataDirectory-artifacts For each build, there is a .teamcity folder that will contain build logs, properties and a number of other internal data used by teamcity. You can clear them out, simply keep in mind that this data will no longer be available.
If you are running out of space, you might want to consider setting up regular clean-up settings: https://confluence.jetbrains.com/display/TCD10/Clean-Up
Brilliant thanks that final comment is perfect. I had the cleanup set but it wasn't do anything and I didn't know why. I didn't realise that the projects needed their clean-up parameters set as well.