Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make logging configurable #242

Merged
merged 1 commit into from
Jan 11, 2019

Conversation

sshock
Copy link
Contributor

@sshock sshock commented Jan 10, 2019

the logging level is INFO by default, and can be overridden with setprop or
/data/local.prop file (changing the latter requires rebooting the device)

for details see
https://developer.android.com/reference/android/util/Log#isLoggable(java.lang.String,%20int)

fixes #241

@jsf-clabot
Copy link

jsf-clabot commented Jan 10, 2019

CLA assistant check
All committers have signed the CLA.

the logging level is INFO by default, and can be overridden with setprop or
/data/local.prop file (changing the latter requires rebooting the device)

for details see
https://developer.android.com/reference/android/util/Log#isLoggable(java.lang.String,%20int)
@sshock sshock force-pushed the sshock/configurable-logging branch from 80ea6ac to d209526 Compare January 10, 2019 20:49
@sshock
Copy link
Contributor Author

sshock commented Jan 10, 2019

(used a force-push to fix the author)

@mykola-mokhnach mykola-mokhnach merged commit 20de622 into appium:master Jan 11, 2019
rajdeepv pushed a commit to rajdeepv/appium-uiautomator2-server that referenced this pull request Jan 13, 2019
the logging level is INFO by default, and can be overridden with setprop or
/data/local.prop file (changing the latter requires rebooting the device)

for details see
https://developer.android.com/reference/android/util/Log#isLoggable(java.lang.String,%20int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need a way to disable logging
5 participants