# Manage Lucee Loggers

## List all Lucee Loggers

```
cfconfig logger list
cfconfig logger list from=serverName
cfconfig logger list from=/path/to/server/home
```

To receive the data back as JSON, use the `--JSON` flag.

```
cfconfig logger list --JSON
```

## Add or update a Lucee Logger

```
cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log
cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log to=serverName
cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log to=/path/to/server/home
```

## Delete a Lucee Logger

```
cfconfig logger delete application
cfconfig logger delete application serverName
cfconfig logger delete application /path/to/server/home
```


---

# 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://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-lucee-loggers.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.
