jas
1
Hi Guys,
Is it possible to stack the segment options of a tserver log:
segment=10MB is a new log every 10MB of data
segment=3HR is a new log every 3 hours
segment=10MB,3HR a new log file every 10MB or every 3 Hours, whichever comes first?
Thanks
Jas
I don’t think so, as the config option is only read once. It’s possible that the second entry would simply overwrite the first.
segment=10MB, 3HR
might work but then again it might not ??? I guess the only way to find out is to try it, on a model preferably.
2 Likes