Can't turn off absinthe logging

Trying to turn off absinthe logging in development mode. I added the following to my dev.exs, but it’s still outputting the logs:

config :absinthe,
  log: false

Am I putting this in the wrong place? Copying it straight from the documentation

Having the same issue, but trying to turn them off in prod