Appium iOS syslog
See original GitHub issueThe problem
I am simply using driver.manage().logs().get("syslog").getAll()
and getting device logs. All i need is application logs but at the beggining method returns list with 10000 length and its not full of all logs. How can i get only application logs or is there a way to override this 10000 limit?
Environment
- Appium version 5.0.0-BETA9 that exhibits the issue:
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
[iOS device] How to get more log device - Appium Discuss
Hi all, Currently, I have using driver.manage().logs().get("syslog").getAll(); to get device log. But max size only 10.000 log entries.
Read more >io.appium.java_client.ios.ListensToSyslogMessages java ...
Start syslog messages broadcast via web socket. * * @param host the name of the host where Appium server is running * @param...
Read more >Using Appium to retrieve log for iOS simulator return partial ...
I use the following command to retrieve device log for Android and iOS. For Android i use "logcat" and for iOS i use...
Read more >ListensToSyslogMessages (java-client 6.1.0 API)
Start syslog messages broadcast via web socket. This method assumes that Appium server is running on localhost and is assigned to the default...
Read more >Starting iOS device log capture via idevicesyslog
debug: Starting iOS device log capture via idevicesyslog. It just sits there and does nothing. After 10 minutes, arc will timeout and throw...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The problem
On
driver.get_log('syslog')
i get nothingEnvironment
Link to Appium logs
link
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.