This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Logs
ZeroC0D3 Team edited this page Jan 19, 2018
·
3 revisions
Default location of log path
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
- Development Log Path
char DEV_LOG_ENV[512] = "/home/deploy/zeroc0d3lab.dev/current/log/staging.log"; // Development Path Log Environment
char DEV_LOG_PUSHR[512] = "/home/deploy/zeroc0d3lab.dev/current/log/pushr.log"; // Development Path Log Pushr
char DEV_LOG_SIDEKIQ[512] = "/home/deploy/zeroc0d3lab.dev/current/log/sidekiq.log"; // Development Path Log Sidekiq
char DEV_LOG_UNICORN[512] = "/home/deploy/zeroc0d3lab.dev/current/log/unicorn.log"; // Development Path Log Unicorn
char DEV_LOG_PUMA[512] = "/home/deploy/zeroc0d3lab.dev/current/log/puma.log"; // Development Path Log Puma
char DEV_LOG_PUSH_GCM[512] = "/home/deploy/zeroc0d3lab.dev/current/log/push_gcm.log"; // Development Path Log Push GCM (Google Cloud Messaging Notification for Mobile)
- Production Log Path
char PROD_LOG_ENV[512] = "/home/deploy/zeroc0d3lab/current/log/production.log"; // Production Path Log Environment
char PROD_LOG_PUSHR[512] = "/home/deploy/zeroc0d3lab/current/log/pushr.log"; // Production Path Log Pushr
char PROD_LOG_SIDEKIQ[512] = "/home/deploy/zeroc0d3lab/current/log/sidekiq.log"; // Production Path Log Sidekiq
char PROD_LOG_UNICORN[512] = "/home/deploy/zeroc0d3lab/current/log/unicorn.log"; // Production Path Log Unicorn
char PROD_LOG_PUMA[512] = "/home/deploy/zeroc0d3lab/current/log/puma.log"; // Production Path Log Unicorn
char PROD_LOG_PUSH_GCM[512] = "/home/deploy/zeroc0d3lab/current/log/push_gcm.log"; // Production Path Log Push GCM (Google Cloud Messaging Notification for Mobile)
Research & Development (RnD) - ZeroC0D3 Team
- Email: zeroc0d3.team@gmail.com
- Repository: https://github.com/zeroc0d3lab
- Install-Packages
- Setup-Server
- Setup-Account
- Configuration-Bash
- Configuration-Zsh
- Install-Bash-Theme
- Install-Zsh-Theme
- Install-Docker
- Install-Memcached
- Install-MongoDB
- Install-MySQL
- Install-NodeJS
- Install-PostgreSQL
- Install-Redis
- Install-Ruby
- Install-SQLite3
- Configuration-App
- Configuration-GCM
- Configuration-Hosts
- Configuration-Fstab
- Configuration-Memcached
- Configuration-MongoDB
- Configuration-PostgreSQL
- Configuration-Puma
- Configuration-Swap
- Configuration-Unicorn
- Nginx-Puma
- Nginx-Unicorn
- Logrotate
- Deployment-Dashboard
- Deployment-Configuration
- Deployment-Process
- Deployment-Folder-Structure
- Deploy-Preinstall