NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on December 09, 2013, 05:42:05 AM
-
Hi,
I´m running a NT6 server as a service.
How can I see the log?
Thanks
-
Stop the service, and run it as an exe.
or turn on the "Log to Disk".
cheers
Bruce
-
Cant stop the service, if I do this I disconnect all the actual sessions.
If I turn on Log to Disk, how do I read the log while the server is running?
Name of the log file?
Can I open it while the server is running to read it?
How much it grows on disk? any automatic limit? do I need to shink or delete it?
I am thinking on making an exe that reads that log to follow the server activity.
Thanks
Regards
-
>> If I turn on Log to Disk, how do I read the log while the server is running?
As long as it's a multi-user file (like TPS or whatever) it's fine to read and write at the same time - just like any table.
>> Name of the log file?
In the log folder, based on the date
>> Can I open it while the server is running to read it?
yes
>> How much it grows on disk?
depends on the traffic - the more the traffic, the faster it grows.
>> any automatic limit?
no. But it does start a new disk file every day.
>> do I need to shink or delete it?
presumably - depending on how much hard drive space you have. I would set a job to delete it once it was say 30 days old.
>> I am thinking on making an exe that reads that log to follow the server activity.
sure
cheers
Bruce