---
title: "Enabling W3C Logging"
slug: "enabling-w3c-logging"
tags: ["Logging Settings", "Logging", "W3C"]
updated: 2025-06-06T15:46:20Z
published: 2025-06-06T15:46:20Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enabling W3C Logging

## Overview

W3C logging records HTTP requests and responses to/from the server. This tracks URL groups interacting with the server all within a single log file.

---

## W3C System Settings

To enable W3C logging, run the installer as an Administrator and edit the following settings in the [settings.xml](/v9/docs/system-settings-overview-settings-xml).![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1654804825981.png)

| **Required Settings** |
| --- |
| W3C Setting | Recommended Value | Description |
| **** | **CaptureAspNetLogs** | True | Toggles capturing HTTP requests and responses in a log file with the prefix "w3clog". |
| **** | **CaptureW3CLogs** | True | Toggles capturing W3C logs in the log file. |
| **Optional Settings** |
| **** | **AspNetLogsFileCountLimit** | default | Prompts for maximum number of ASP NET logs to store. Newer logs will override the oldest logs. |
| **** | **AspNetLogsFileSizeLimit** | default | Prompts for the maximum size of an ASP NET log file. If a log exceeds this size, it then rolls over into a new file. |

Once enabled, the generated logs are stored in the **/Decisions/Logs/webserverlogs.** **![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1654804363124.png)**

****

---

For further information on Administration, visit the [Decisions Forum](https://community.decisions.com/categories/Administration).
