Howdy. I am using this excellent wrapper over google translate. https://github.com/billwinkler/google-translate
However, whenever I invoke
(gt/translate! ... :from "" :to "")
I get warnings printed to the console / REPL.
I would really like to not see these warnings:
WARNING: Ignoring Application Default Credentials GOOGLE_APPLICATION_CREDENTIALS: using explicit setting for API key instead.
I am relatively new to logging and understand the java side of things is a mess, is there any way I can prevent seeing these warnings in the REPL ?