Renamed log file

This commit is contained in:
butomo1989 2017-04-26 14:19:46 +02:00
parent 666489987b
commit 3679a9bd48
2 changed files with 3 additions and 3 deletions

View file

@ -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]: <https://appium.io>

View file

@ -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