# Setting Custom Log Sizes

### What is log4net

log4net is a tool to help the programmer output log statements to a variety of output targets.

We are using it for application debugging and auditing.

### Configuration

The log4net environment is fully configurable programmatically. However, it is far more flexible to configure log4net using configuration files. Currently, configuration files are written in XML. The log4net file can be found in the TAP studio installation folder (by default, the path is C:\Program Files (x86)\TAP Studio\Tailent).

To edit the log4net file, open it with a text editor and you will be able to edit the configurations.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tailent.com/getting-started/tap-assistant/setting-custom-log-sizes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
