appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
604 stars 230 forks source link

Support dynamic log file path #138

Closed eyeojeff closed 3 years ago

eyeojeff commented 3 years ago

This allows the APPIUM_LOG variable to be overridden in the container environment variables. If its not set then it still defaults to /var/log/appium.log so not to break existing setups.