WebWiz-Bruce wrote:
You can turn on logging by editing the includes/setup_optins_inc.asp page which will record new registrants IP addresses and other info in log files.
Version 10 also records the registration/last login IP for members which can be viewed in their forum profile. |
Bruce,
I have logging set to True but I'm not seeing any log being generted. I left it set to default location till I make sure I'm getting log files but no joy. I'll watch it for a while and see if log start generating but as of now, I have no log files.
Here's what my setup_options_inc looks like.
Const blnLoggingEnabled = True 'Enable logging
Dim strLogFileLocation
strLogFileLocation = Server.MapPath("log_files") 'Default log file folder, change this to a folder outside your website root if you don't want logs files to be public
Const blnModeratorLogging = True 'Log the actions of moderators
Const blnErrorLogging = True 'Log error messages
Const blnNewRegistrationLogging = True 'Log new registrations
Const blnCreatePostLogging = False 'Log the creating of new topics and posts (Don't enable this on busy forums)
Const blnEditPostLogging = False 'Log the editing of topics and posts (Don't enable this on busy forums)
Const blnDeletePostLogging = True 'Log the deletion of topics and posts