Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
ZeroC0D3 Team edited this page Nov 17, 2017 · 3 revisions

Log Path

Default location of system log services

SYS_LOG_NGINX_ERROR  = "/var/log/nginx/error.log";         ## Path Log NGINX Error
SYS_LOG_NGINX_ACCESS = "/var/log/nginx/access.log";        ## Path Log NGINX Access
SYS_LOG_MONGODB      = "/var/log/mongodb.log";             ## Path Log MongoDB
SYS_LOG_MEMCACHED    = "/var/log/memcached.log";           ## Path Log Memcached
SYS_LOG_REDIS        = "/var/log/redis/redis-server.log";  ## Path Log Redis
Clone this wiki locally