# 审计与访问日志

本节介绍 Alluxio 中两类用于记录集群内部活动的日志。它们共同为安全审计、合规以及缓存行为的运行观察提供所需的数据。

两类日志共享同一套动态配置机制，详见 [通过 REST API 和 CLI 进行动态配置](/ee-ai-cn/administration/audit-access-logs/audit-log.md#tong-guo-rest-api-he-cli-jin-xing-dong-tai-pei-zhi)。

## 审计日志

以 JSON 结构化格式记录系统内执行的操作，用于监控敏感数据访问、跟踪管理命令并满足合规要求。覆盖通过 Gateway 进行的管理操作，以及通过 S3、HDFS、FUSE 和 Python SDK 接口进行的数据访问。

了解更多关于 [审计日志](/ee-ai-cn/administration/audit-access-logs/audit-log.md) ...

## 访问日志

记录 Worker 上缓存生命周期中的关键操作（`LOAD`、`HOT_READ`、`COLD_READ`、`EVICT`、`DELETE`）并经去重处理，能够在高并发场景下支撑数据治理和缓存可观测性，同时避免日志存储被淹没。

了解更多关于 [访问日志](/ee-ai-cn/administration/audit-access-logs/access-log.md) ...


---

# 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://documentation.alluxio.io/ee-ai-cn/administration/audit-access-logs.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.
