log - euzu/tuliprox GitHub Wiki
log
is optional and has three attributes
sanitize_sensitive_info
default trueactive_clients
default false, if set to true reverse proxy client count is printed as info log.log_level
can be set totrace
,debug
,info
,warn
anderror
. You can also set module based level likehyper_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