[This is preliminary documentation and subject to change]

LogFileLocaltimeRollover

This property specifies IIS log file rollover behavior for W3C Extended logging. If the property is set to FALSE, the default rollover behavior will be in effect: A new log file will be created based on the Universal Time Coordinate (UTC), not local time. If this property is set to TRUE, a new log file will be created based on local time, not UTC. (UTC was formerly called Greenwich Mean Time, or GMT.)

note Note    Regardless of the setting of this property, the time stamp for each W3C Extended Logging log record will be UTC-based.

Attribute NameAttribute Value
Data TypeBOOL
AttributesINHERIT
Default ValueFALSE
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID4015

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/MSFTPSVC/Info/Templates/Public FTP SiteIIsFtpServer
/LM/MSFTPSVCIIsFtpService
/LM/W3SVC/1IIsWebServer
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_DEFAULT_EXTLOG_FIELDS
Data typeBOOL
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.