mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Merge pull request #625 from haiwen/add_nginx_log_descriptions
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
add nginx log descriptions
This commit is contained in:
commit
9700a55bf2
|
|
@ -30,10 +30,20 @@ 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
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue