From 62410e1f6a1a78479da51ba1a9666a5e20d32afc Mon Sep 17 00:00:00 2001 From: Jizhou Deng Date: Wed, 19 Nov 2025 17:00:17 +0800 Subject: [PATCH 1/2] Add a description for the Nginx logs. --- manual/administration/logs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual/administration/logs.md b/manual/administration/logs.md index d4f93133..2128460e 100644 --- a/manual/administration/logs.md +++ b/manual/administration/logs.md @@ -37,3 +37,13 @@ The logs for seasearch server are located in the `/opt/seasearch-data/log` direc * seasearch.log: logs for recording the SeaSearch service startup and runtime status to confirm the search engine is initialized and ready to serve requests. * seasearch-access.log: logs for recording incoming HTTP requests to the SeaSearch service to audit search/index queries and detect auth or access issues. +### Log files for nginx + +The logs for nginx are located in the `/opt/seafile-data/seafile/logs` directory. + +* seahub.access.log: logs for recording HTTP/API access to the Seafile web interface for troubleshooting, auditing, and usage analysis. +* seahub.error.log: logs for recording seahub errors. +* seafhttp.access.log: logs for recording HTTP access to the seafhttp file server for troubleshooting, auditing, and usage analysis. +* seafhttp.error.log: logs for recording seafhttp errors. +* seafdav.access.log: logs for recording HTTP/WebDAV access and authentication attempts to the seafdav endpoint for troubleshooting, auditing, and usage analysis. +* seafdav.error.log: logs for recording seafdav errors. From fd25fc9c0475fdd48173f510113908e76b4dcb29 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 19 Nov 2025 17:16:07 +0800 Subject: [PATCH 2/2] Correct typos in log documentation headers --- manual/administration/logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/administration/logs.md b/manual/administration/logs.md index 2128460e..89b6dd71 100644 --- a/manual/administration/logs.md +++ b/manual/administration/logs.md @@ -30,16 +30,16 @@ The logs for seadoc server are located in the `/opt/seadoc-data/logs` directory. * seadoc-converter.log: logs for recording the scheduler activity of the seadoc-converter service’s operation log cleanup job to verify the maintenance task is running on schedule. -### Log files for seasearch server +### Log files for SeaSearch server The logs for seasearch server are located in the `/opt/seasearch-data/log` directory. * seasearch.log: logs for recording the SeaSearch service startup and runtime status to confirm the search engine is initialized and ready to serve requests. * seasearch-access.log: logs for recording incoming HTTP requests to the SeaSearch service to audit search/index queries and detect auth or access issues. -### Log files for nginx +### Log files for Nginx -The logs for nginx are located in the `/opt/seafile-data/seafile/logs` directory. +The logs for Nginx are located in the `/opt/seafile-data/seafile/logs` directory. * seahub.access.log: logs for recording HTTP/API access to the Seafile web interface for troubleshooting, auditing, and usage analysis. * seahub.error.log: logs for recording seahub errors.