Paths to the log file
Access log file path
Edge Admin
- Access log file path:
/usr/local/oredge-admin/logs/access.log
Edge Log Server
- Access log file path:
/usr/local/oredge-log-server/logs/access.log
Edge Node
- HTTP application access log file path:
/usr/local/oredge-node/logs/access.log - Stream application access log file path:
/usr/local/oredge-node/logs/stream_access.log - DNS application access log file path:
/usr/local/oredge-node/logs/dns_access.log - HTTP forward proxy application access log file path:
/usr/local/oredge-node/logs/http_proxy_access.log - Path to the access log file after rotation:
/usr/local/oredge-node/logs/[LOG_TYPE]access.log_YYYYMMDD.hhmmss. You can modify the log rotation policy according to this document: log-rotation
Error log file path
Edge Admin
- Error log file path:
/usr/local/oredge-admin/logs/error.log
Edge Log Server
- Error log file path:
/usr/local/oredge-log-server/logs/error.log
Edge Node
- HTTP application error log file path:
/usr/local/oredge-node/logs/error.log - Stream application error log file path:
/usr/local/oredge-node/logs/stream_error.log - Path to error log file for DNS application:
/usr/local/oredge-node/logs/dns_error.log - HTTP forward proxy application error log file path:
/usr/local/oredge-node/logs/http_proxy_error.log - Path to error log file after rotation:
/usr/local/oredge-node/logs/[LOG_TYPE]error.log_YYYYMMDD.hhmmss. You can modify the log rotation policy according to this document: log-rotation