中央 W3C 記錄檔 < centralW3CLogFile>
概觀
元素 <centralW3CLogFile>
會指定伺服器上所有網站的中央 W3C 記錄設定。
注意
您必須將父 <log>
元素的centralLogFileMode屬性設定為CentralW3C,元素上的 <centralW3CLogFile>
屬性才能生效。 如果專案的 <log>
centralLogFileMode屬性設定為CentralBinary或Site,則會忽略元素上的 <centralW3CLogFile>
屬性。
注意
W3C 格式的記錄檔是以文字為基礎的檔案,大部分的記錄剖析公用程式都可以處理。 二進位記錄檔使用專屬的儲存格式,需要使用可處理該格式記錄檔的應用程式,例如 Microsoft 的 LogParser 公用程式。
相容性
版本 | 備註 |
---|---|
IIS 10.0 | 在 <centralW3CLogFile> IIS 10.0 中未修改專案。 |
IIS 8.5 | 未 <centralW3CLogFile> 在 IIS 8.5 中修改專案。 |
IIS 8.0 | 在 IIS 8.0 中未修改專案 <centralW3CLogFile> 。 |
IIS 7.5 | 未 <centralW3CLogFile> 在 IIS 7.5 中修改專案。 |
IIS 7.0 | 元素 <centralW3CLogFile> 的 <log> 元素是在 IIS 7.0 中引進。 |
IIS 6.0 | 元素 <log> 會取代 IIS 6.0 CentralW3CLoggingEnabled 旗標 。 |
安裝程式
元素 <centralW3CLogFile>
的 <log>
元素包含在 IIS 7 的預設安裝中。
作法
如何啟用伺服器的中央 W3C 記錄
(IIS) 管理員開啟 Internet Information Services:
如果您使用 Windows Server 2012 或 Windows Server 2012 R2:
- 在工作列上,依序按一下 [伺服器管理員]、[工具],然後按一下 [Internet Information Services] ([IIS) 管理員]。
如果您使用 Windows 8 或 Windows 8.1:
- 按住Windows鍵,按字母X,然後按一下[主控台]。
- 按一下 [ 系統管理工具],然後按兩下 [Internet Information Services] ([IIS) 管理員]。
如果您使用 Windows Server 2008 或 Windows Server 2008 R2:
- 在工作列上,按一下 [ 開始],指向 [ 系統管理工具],然後按一下 [ Internet Information Services (IIS) 管理員]。
如果您使用 Windows Vista 或 Windows 7:
- 在工作列上,按一下 [開始],然後按一下[主控台]。
- 按兩下 [ 系統管理工具],然後按兩下 [Internet Information Services] ([IIS) 管理員]。
在 [ 連線 ] 窗格中,按一下伺服器名稱。
在 [記錄] 頁面的[每一個記錄檔] 下,從下拉式清單中選取 [伺服器],然後從 [格式] 下拉式清單中選擇[W3C]。
在 [動作] 窗格中按一下 [套用]。
組態
屬性
屬性 | 描述 | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
directory |
選擇性字串屬性。 指定寫入記錄專案的目錄。 預設值是 %SystemDrive%\inetpub\logs\LogFiles 。 |
||||||||||||||||||||||||||||||||||||||||||||||
enabled |
選擇性的 Boolean 屬性。 指定是否啟用中央 W3C 記錄。 預設值是 true 。 |
||||||||||||||||||||||||||||||||||||||||||||||
localTimeRollover |
選擇性的 Boolean 屬性。 指定是否根據當地時間或國際標準時間建立新的記錄檔, (UTC) 。 true值表示新的記錄檔是以當地時間為基礎;false表示它是以 UTC 為基礎。 預設值是 false 。 |
||||||||||||||||||||||||||||||||||||||||||||||
logExtFileFlags |
選擇性旗標屬性。 指定要記錄的欄位。 logExtFileFlags屬性可以有下列其中一個值或這些值的清單。 預設值是下列值的清單: Date 、、 ClientIP Time 、、 HttpSubStatus UserAgent ServerPort Win32Status TimeTaken HttpStatus UriStem ServerIP UriQuery UserName SiteName Method 。
|
||||||||||||||||||||||||||||||||||||||||||||||
period |
選擇性列舉屬性。 指定關閉目前記錄檔的頻率,並啟動新的記錄檔。 period 屬性可以是下列其中一個可能的值。 預設值為 Daily 。
|
||||||||||||||||||||||||||||||||||||||||||||||
truncateSize |
選擇性 int64 屬性。 指定將截斷記錄檔內容的大小,以位元組為單位。 當 period 屬性的值是 maxSize時,必須設定這個屬性。 大小必須介於 1048576 (1 MB) 和 4294967295 (4 GB) 之間。 預設值為 20971520 (20 MB) 。 |
子元素
無。
組態範例
下列設定範例會指定 IIS 會使用中央 W3C 記錄,並每天設定 W3C 記錄檔輪替。
<log centralLogFileMode="CentralW3C">
<centralBinaryLogFile enabled="true" directory="%SystemDrive%\inetpub\logs\LogFiles" />
<centralW3CLogFile enabled="true" directory="%SystemDrive%\inetpub\logs\LogFiles" period="Daily" />
</log>
範例程式碼
下列程式碼範例會指定 IIS 會使用中央 W3C 記錄,並每天設定 W3C 記錄檔輪替。
AppCmd.exe
appcmd.exe set config -section:system.applicationHost/log /centralLogFileMode:"CentralW3C" /commit:apphost
appcmd.exe set config -section:system.applicationHost/log /centralW3CLogFile.period:"Daily" /commit:apphost
注意
當您使用 AppCmd.exe 來設定這些設定時,請務必將 認可 參數 apphost
設定為 。 這會將組態設定認可至ApplicationHost.config檔案中的適當位置區段。
C#
using System;
using System.Text;
using Microsoft.Web.Administration;
internal static class Sample
{
private static void Main()
{
using (ServerManager serverManager = new ServerManager())
{
Configuration config = serverManager.GetApplicationHostConfiguration();
ConfigurationSection logSection = config.GetSection("system.applicationHost/log");
logSection["centralLogFileMode"] = @"CentralW3C";
ConfigurationElement centralW3CLogFileElement = logSection.GetChildElement("centralW3CLogFile");
centralW3CLogFileElement["period"] = @"Daily";
serverManager.CommitChanges();
}
}
}
VB.NET
Imports System
Imports System.Text
Imports Microsoft.Web.Administration
Module Sample
Sub Main()
Dim serverManager As ServerManager = New ServerManager
Dim config As Configuration = serverManager.GetApplicationHostConfiguration
Dim logSection As ConfigurationSection = config.GetSection("system.applicationHost/log")
logSection("centralLogFileMode") = "CentralW3C"
Dim centralW3CLogFileElement As ConfigurationElement = logSection.GetChildElement("centralW3CLogFile")
centralW3CLogFileElement("period") = "Daily"
serverManager.CommitChanges()
End Sub
End Module
JavaScript
var adminManager = new ActiveXObject('Microsoft.ApplicationHost.WritableAdminManager');
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST";
var logSection = adminManager.GetAdminSection("system.applicationHost/log", "MACHINE/WEBROOT/APPHOST");
logSection.Properties.Item("centralLogFileMode").Value = "CentralW3C";
var centralW3CLogFileElement = logSection.ChildElements.Item("centralW3CLogFile");
centralW3CLogFileElement.Properties.Item("period").Value = "Daily";
adminManager.CommitChanges();
VBScript
Set adminManager = WScript.CreateObject("Microsoft.ApplicationHost.WritableAdminManager")
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST"
Set logSection = adminManager.GetAdminSection("system.applicationHost/log", "MACHINE/WEBROOT/APPHOST")
logSection.Properties.Item("centralLogFileMode").Value = "CentralW3C"
Set centralW3CLogFileElement = logSection.ChildElements.Item("centralW3CLogFile")
centralW3CLogFileElement.Properties.Item("period").Value = "Daily"
adminManager.CommitChanges()