What is the use of webserverlogs folder found in Logs folder?
I’ve noticed a folder named "webserverlogs" under the File System logs, which contains both W3C and ASP.NET Core logs. Can anyone clarify what this folder is, its purpose, and how it is configured? Any insights would be appreciated!
Comments
-
The AspLogs are used to capture logs for all Microsoft services running on ASP.NET. These logs track activity related to ASP.NET applications.
As for the W3CLogs, they record detailed information about the activity performed on your web server. This follows the standard W3C logging practice, which is commonly used to monitor and analyze web server traffic.
Both of these logs are being generated under webserverlogs because in the settings.xml file you might have CaptureASPNetLogs and CaptureW3CLogs set to true. This configuration enables logging for both ASP.NET and W3C activities.
We typically recommend enabling these logs only when our Product Team needs to analyze server-related issues. Additionally, we advise setting CaptureASPNetLogs to false, as leaving it enabled could result in large log files being generated, potentially consuming excessive disk space and causing your server to crash.
Howdy, Stranger!
Categories
- 4.3K All Categories
- 74 General
- 13 Training
- 207 Installation / Setup
- 1.1K Flows
- 110 Rules
- 270 Administration
- 212 Portal
- 496 General Q & A
- 709 Forms
- 344 Reports
- 3 Designer Extensions
- 48 Example Flows
- 57 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 185 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 58 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions