mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Renamed log file
This commit is contained in:
parent
666489987b
commit
3679a9bd48
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user