diff --git a/README.md b/README.md index df692b2..ae25725 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Troubleshooting All logs inside container are stored under folder **/var/log/supervisor**. you can print out log file by using **docker exec**. Example: ```bash -docker exec -it android-container tail -f /var/log/supervisor/docker-appium.stdout.log +docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log ``` [appium]: diff --git a/supervisord.conf b/supervisord.conf index 9420c4c..a4b185b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -30,5 +30,5 @@ autorestart=false [program:docker-appium] command=python3 -m src.app autorestart=false -stdout_logfile=%(ENV_LOG_PATH)s/docker-appium.stdout.log -stderr_logfile=%(ENV_LOG_PATH)s/docker-appium.stderr.log +stdout_logfile=%(ENV_LOG_PATH)s/docker-android.stdout.log +stderr_logfile=%(ENV_LOG_PATH)s/docker-android.stderr.log