Fork me on GitHub
#etaoin
<
2024-04-29
>
RAJKUMAR21:04:03

Hi I created driver with config (def driver (e/firefox {:log-level :off}))

RAJKUMAR21:04:27

it still logging all DEBUG level logs

RAJKUMAR21:04:39

what is the correct way to turn off all logs

RAJKUMAR04:04:20

Yeap I'm using babashka

RAJKUMAR04:04:28

I tried with this config as well (def driver (e/chrome {:log-level :off :driver-log-level "OFF"}))

RAJKUMAR04:04:23

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

lread12:04:13

Read the link I sent above, and I think you’ll have your solution 🙂

lread20:04:21

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
gratitude-thank-you 1
RAJKUMAR21:04:14

confirming it works now 🙂

👍 1