Skip to content

Commit

Permalink
ci: firefox driver logs: try info instead of trace
Browse files Browse the repository at this point in the history
Trace generates lotsa output, maybe we don't need to go to that level,
we'll see.
  • Loading branch information
lread committed May 19, 2024
1 parent 65f31dc commit 553a5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/etaoin/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
;; add logging for typically flaky CI scenario
(and (ci?) (fs/windows?)) (merge {:log-stdout :inherit
:log-stderr :inherit
:driver-log-level "trace"}))
:driver-log-level "info"}))
:safari (cond-> {}
;; add logging for kind flaky CI scenario (maybe we'll answer why we need
;; to retry launching safaridriver automatically)
Expand Down

0 comments on commit 553a5d9

Please sign in to comment.