Skip to content

Commit

Permalink
ci: Increase log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Dec 6, 2024
1 parent 5b84a96 commit 1937b56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const start = ( { port = 4723, flags } ) =>
'--log',
'./appium-out.log',
'--log-no-colors',
'--log-level debug',
'--relaxed-security', // Needed for mobile:shell commend for text entry on Android
flags,
].filter( Boolean );
Expand Down

0 comments on commit 1937b56

Please sign in to comment.