log - euzu/tuliprox GitHub Wiki

log is optional and has three attributes

  • sanitize_sensitive_info default true
  • active_clients default false, if set to true reverse proxy client count is printed as info log.
  • log_level can be set to trace, debug, info, warn and error. You can also set module based level like hyper_util::client::legacy::connect=error,m3u_filter=debug

log_level priority CLI-Argument, Env-Var, Config, Default(info).

log:
  sanitize_sensitive_info: false
  active_clients: true
  log_level: debug