Forum Moderators: DixonJones

Message Too Old, No Replies

ODBC Logging

Extending ODBC Logging

         

lucib23

4:50 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



Hi all.
As I found out, it's possible to configure ODBC logging on a server to store logs. But does anyone know if it is possible to add more information to the database table used?
currently these fields are used:
ClientHost varchar(255),
username varchar(255),
LogTime datetime,
service varchar( 255),
machine varchar( 255),
serverip varchar( 50),
processingtime int,
bytesrecvd int,
bytessent int,
servicestatus int,
win32status int,
operation varchar( 255),
target varchar(255),
parameters varchar(255)

thanks,
LuciB23

mattur

7:08 pm on Sep 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You mean logging additional web log fields on an IIS server logging to a database thru odbc(?) The fields IIS logs is configured through IIS MMC admin console, not sure if it differs from log files but you may find the extended properties tab on the server properties dialog of assistance... HTH