Hi man, I did not said it right. In my case [b]expire = minutes[/b], because:
1. Segment which has 4 possible options is set to 10000:
[i]false - No segmentation is allowed.
<number> KB (Sets the maximum segment size, in kilobytes. The minimum segment size is 100 KB.) or <number> MB or <number> hr (Sets the number of hours for the segment to stay open.The minimum number is 1 hour.)[/i]
2. Expire which has also 3 options is set to 80:
[i]false No expiration - all generated segments are stored.
<number> file (Sets the maximum number of log files to store. Specify a number from 1–100.) or <number> day (Sets the maximum number of days before log files are deleted. Specify a number from 1–100.[/i]
Of course T-Server is building 1 log above the option you set - in your case you you should have 101 files in your log folder (excluding snapshots and other folders)
The first file in this moment is [b]T-Server_Prim.20080821_170602_621.log[/b] and last is [b]T-Server_Prim.20080821_154556_887.log[/b]
So as you can see in my case T-Server is building 80 log files for nearly 80 minutes - one log file of 10000 kylobytes in a minute.
So just for me and maybe not only [b]expire = minutes[/b]

And this 80 minutes are not enough. I want to have log for at least 48 hours

And that is why I am wondering what kind of [b]Magic[/b] to do
