This commit is contained in:
berlin2123 2025-03-04 19:21:25 +08:00 committed by GitHub
parent c07013adf7
commit 5fbb4f75db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ log.maxDays = 3
# disable log colors when log.to is console, default is false
log.disablePrintColor = false
# log the duration of each connection name has string 'ssh' or 'rdp'.
log_duration_types = ssh,rdp
log.durationtypes = "ssh,rdp"
# DetailedErrorsToClient defines whether to send the specific error (with debug info) to frpc. By default, this value is true.
detailedErrorsToClient = true