mirror of
https://github.com/fatedier/frp.git
synced 2025-08-01 19:49:03 +00:00
add LogDuration
This commit is contained in:
@@ -70,6 +70,12 @@ log_max_days = 3
|
||||
# disable log colors when log_file is console, default is false
|
||||
disable_log_color = false
|
||||
|
||||
# log the duration of each connection for the connection type identified by its name
|
||||
# examples,
|
||||
# 'log_duration_types = ssh,rdp', it will log the duration for connection name has string 'ssh' or 'rdp'.
|
||||
# 'log_duration_types = all', it will log the duration for all connections.
|
||||
log_duration_types = ssh,rdp
|
||||
|
||||
# DetailedErrorsToClient defines whether to send the specific error (with debug info) to frpc. By default, this value is true.
|
||||
detailed_errors_to_client = true
|
||||
|
||||
|
Reference in New Issue
Block a user