Correct typos in log documentation headers

This commit is contained in:
Daniel Pan 2025-11-19 17:16:07 +08:00 committed by GitHub
parent 62410e1f6a
commit fd25fc9c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 services 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.