Phoenix.Logger filter_parameters filter all logs of file or only web part of app?

Doc: https://hexdocs.pm/phoenix/Phoenix.Logger.html#module-parameter-filtering
Using config :phoenix, :filter_parameters, ["password", "secret"] will filter all application logs including the libs logs?