The server has no control over the log rolling mechanism. It was simply never 
written with any complexity. It will rotate logs at midnight and that's it.

To achieve what you want, you would have to write a batch file that would (in 
pseudocode):

NET STOP WitangoServer
MOVE /logs/witango.log /logs/witango_date_time.log
NET START WitangoServer

This means that the server would be offline during the log roll.

(This is a feature I would consider adding to v7.1)

Robert

-----Original Message-----
From: prabakaran.jeyaku...@accenture.com 
[mailto:prabakaran.jeyaku...@accenture.com]
Sent: Wednesday, November 05, 2014 6:39 AM
To: TeraScript-Talk@terascript.com
Subject: TeraScript-Talk: log split-up on size basis is possible ?

Hello,

How can we roll Witango  5.5 logs on size basis? I understand that the Tera 
script logs roll over on daily basis, I am now looking to do it on size basis 
for a brief period. Is that possible?

Thanks & Regards
Prabakaran


________________________________

This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
______________________________________________________________________________________

www.accenture.com



----------------------------------------

To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.




----------------------------------------

To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.

Reply via email to