Simple steps to log to disk:
1. Create a global string variable GLO:MyLogFileName
2. Create a table. Full Path Name: !GLO:MyLogFileName; In it, add a field: Line1 STRING(4000)
3. In your Web Server procedure, open the Logging Controls extension template
4. Fill in the fields for table, field, and GLO:MyLogFileName
Run the app. Enable log to disk. Log file will be created in the LOG folder.
If you're using an ASCII file, you will probably need to turn OFF log to disk to flush the records to disk.
HTH
Jane