This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
How to check logs
Emrah Bayraktaroglu edited this page Apr 3, 2017
·
5 revisions
In order to view containers' logs, docker logs
is the best bet to go.
Before viewing logs, running containers could be seen by running docker ps
and docker ps -a
if wished to view stopped containers as well
docker logs <container name> --tail <number of lines to tail> -f # -f is for following
less /var/logs/ocl/web_debug.log.`date +%Y-%m-%d`_*
Overview
Resources
Import / Export
- CSV Import
- Bulk Import
- Org/Source Import
- Export API
- Subscriptions
- Subscription Client Testing Process
- OpenMRS to OCL Mapping
Troubleshooting & Operations
- Data integrity checks
- Maintaining OCLAPI's Docker containers
- Maintaining MongoDB and Solr
- How to check logs
- NewRelic monitoring setup
- Configuration changes to make tests and import job run faster
- Accessing Solr UI Remotely
- Data Backup and Restore
- SSL Configuration
- Flower
- Switching to Maintenance Mode on Production Server
- Docker networking and Security
Other