Logs
If the TfrxReportServer.Configuration.Logging property setting is "True," then the server writes logs to folder described in the "TfrxReportServer.Configuration.LogPath" property.
The server supports 5 logs:\
- log of the accessed clients "access.log" - contains information about date, time, session id, IP and query line. Log fragment:
10/26/2004 23:56:19 sid_f1672494035 192.168.0.2 result?report=3.fr3
10/26/2004 23:56:23 sid_f1340767011 192.168.0.2 sid_f1672494035/index.html
10/26/2004 23:56:23 sid_f1949776310 192.168.0.2 sid_f1672494035/index.nav.html
10/26/2004 23:56:23 sid_f1150188690 192.168.0.2 sid_f1672494035/index.1.html
- log of the connected program type "agent.log", contains information about date, time, IP, and program name. Log fragment:
10/26/2004 23:56:19 192.168.0.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
10/26/2004 23:56:23 192.168.0.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
10/26/2004 23:56:23 192.168.0.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
- log of the referencing URLs "referer.log", contains information about date, time, IP and referencing URL. Log fragment:
10/26/2004 23:56:19 192.168.0.2 http://192.168.0.1/
10/26/2004 23:56:23 192.168.0.2 http://192.168.0.1/
10/26/2004 23:56:23 192.168.0.2 http://192.168.0.1/sid_f1672494035/index.html
- errors log "error.log", contains information about errors:
10/25/2004 13:30:52 192.168.0.2 588864044016/index.1.html document not found
10/26/2004 0:03:11 192.168.0.2 Software caused connection abort.(10053)
10/26/2004 0:43:42 192.168.0.2 Connection reset by peer.(10054)
- server log "server.log", contains summary server information:
10/25/2004 19:38:15 Started
10/25/2004 19:38:15 HTTP server created
10/25/2004 19:58:57 HTTP server closed
10/25/2004 19:58:57 Stopped
Uptime: 0 days 0 hours 20 minutes 42 seconds
Total sessions: 654
Total reports: 327
Total errors: 0
Max sessions: 84
Max reports: 42
Do not forget to archive the log files.