This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-29
Channels
- # babashka (30)
- # beginners (207)
- # biff (3)
- # calva (10)
- # cljs-dev (3)
- # clojure (34)
- # clojure-austin (3)
- # clojure-bay-area (1)
- # clojure-dev (3)
- # clojure-europe (31)
- # clojure-nl (1)
- # clojure-norway (37)
- # clojure-uk (8)
- # community-development (3)
- # core-async (4)
- # data-science (1)
- # dev-tooling (2)
- # emacs (4)
- # etaoin (12)
- # fulcro (7)
- # gratitude (1)
- # hyperfiddle (7)
- # jobs-discuss (191)
- # lsp (15)
- # malli (1)
- # other-languages (11)
- # overtone (1)
- # pathom (3)
- # pedestal (1)
- # polylith (21)
- # releases (1)
- # squint (5)
- # yamlscript (5)
Are you using babashka? https://cljdoc.org/d/etaoin/etaoin/1.0.40/doc/user-guide#_for_bababashka_users
I tried with this config as well (def driver (e/chrome {:log-level :off :driver-log-level "OFF"}))
I'm seeing lot of DEBUG log like this
2024-04-30T04:14:02.386Z EK-W0V412G4HJ DEBUG [etaoin.impl.client:174] - chrome 127.0.0.1:65330 GET session/38f28d0dd0f6fcde19a7c7ee87244e9f/url
Ah, latest docs with tip on timbre are here: https://github.com/clj-commons/etaoin/blob/master/doc/01-user-guide.adoc#for-bababashka-users, that should solve your problem.
👍 1
1