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
+1 -1
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>