PassiveSupport.Logging.inspect

You're seeing just the function inspect, go back to PassiveSupport.Logging module for more information.
Link to this function

inspect(item, to_log \\ false)

calls Kernel.inspect/2 on item with logger_opts/0.

If you wish to overwrite some portion of the opts send to inspect, consider calling Kernel.inspect and passing Utils.logger_opts() ++ overwrites as your opts instead of calling this function.