PassiveSupport.Logging.logger_opts

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

Specs

logger_opts() :: [
  syntax_colors: [
    number: :yellow,
    string: :green,
    list: :light_magenta,
    map: :light_cyan,
    atom: :light_blue,
    tuple: :"[:black_background, :white]",
    regex: :"[:cyan_background, :light_yellow]"
  ],
  printable_limit: :infinity,
  limit: :infinity,
  width: 170,
  pretty: true
]

Sensible option defaults for logging information to stdout