From 62aecae16ab820d4bac76790af1ee684cc588af4 Mon Sep 17 00:00:00 2001 From: berlin2123 <68841407+berlin2123@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:30:02 +0800 Subject: [PATCH] tab --- pkg/config/legacy/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/legacy/server.go b/pkg/config/legacy/server.go index ce74a68b..08cbb02a 100644 --- a/pkg/config/legacy/server.go +++ b/pkg/config/legacy/server.go @@ -125,7 +125,7 @@ type ServerCommonConf struct { // DisableLogColor disables log colors when LogWay == "console" when set to // true. By default, this value is false. DisableLogColor bool `ini:"disable_log_color" json:"disable_log_color"` - // LogDurationTypes specifies the type of connection name, which will log + // LogDurationTypes specifies the type of connection name, which will log // the duration of those connections. if it is setting as 'ssh,rdp', it // will log the duration of the name as 'ssh', 'ssh_1', 'sshname', 'rdp', // 'rdp_test1' or 'web_my_rdp' . By default, this value is "ssh,rdp".