NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sukhendu on July 29, 2014, 11:52:57 AM

Title: Capture web server logs that are shown on the screen: how?
Post by: sukhendu on July 29, 2014, 11:52:57 AM
There are three radio button options on NetTalk Web Server for capturing log: No / Screen / Screen & Disk.  Where do the logs go if an user selects Screen & Disk?
Title: Re: Capture web server logs that are shown on the screen: how?
Post by: Bruce on July 29, 2014, 10:35:46 PM
goto the screen designer for the window
right click on the radio controls, select "Action".
and set the destination there.

Typically a simple table is used, and the table should have a variable filename. The log files themselves are created one per day, and are in the app\log folder.

cheers
Bruce
Title: Re: Capture web server logs that are shown on the screen: how?
Post by: sukhendu on July 30, 2014, 07:50:56 AM
Thanks Bruce.  That worked.