AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# Access log and auditing In pro edition, Seafile offers four auditing logs in system admin panel: - Login log - File access log - File update log - Permission change log The logging feature is turned off by default. See [config options for pro edition](#) for how to turn it on. ### file access log Access log (under directory logs/stats-logs) records the following information - file download via Web - file download via API (including mobile clients and cloud file browser) - file sync via desktop clients The format is: ~~~ user, operation type, ip/device, date, library, path. ~~~ ### file update log The format is: ~~~ user, date, library, path, detail ~~~ ### permission change log The format is: ~~~ user, grant to, operation, permission, library, folder, date ~~~