[This is preliminary documentation and subject to change]
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
Regardless of the setting of this property,
the time stamp for each W3C Extended Logging log record will be
UTC-based.
| Attribute Name | Attribute Value |
| Data Type | BOOL |
| Attributes | INHERIT |
| Default Value | FALSE |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 4015 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/MSFTPSVC/Info/Templates/Public FTP Site | IIsFtpServer |
| /LM/MSFTPSVC | IIsFtpService |
| /LM/W3SVC/1 | IIsWebServer |
| /LM/W3SVC/2 | IIsWebServer |
| /LM/W3SVC/Info/Templates/Public Web Site | IIsWebServer |
| /LM/W3SVC/Info/Templates/Secure Web Site | IIsWebServer |
| /LM/W3SVC | IIsWebService |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_DEFAULT_EXTLOG_FIELDS |
| Data type | BOOL |
| User type | IIS_MD_UT_SERVER |