mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
utils/log: support max days of keeping log files
This commit is contained in:
@@ -6,6 +6,7 @@ server_port = 7000
|
||||
log_file = ./frpc.log
|
||||
# debug, info, warn, error
|
||||
log_level = info
|
||||
log_max_days = 3
|
||||
# for authentication
|
||||
auth_token = 123
|
||||
|
||||
|
@@ -8,6 +8,7 @@ vhost_http_port = 80
|
||||
log_file = ./frps.log
|
||||
# debug, info, warn, error
|
||||
log_level = info
|
||||
log_max_days = 3
|
||||
|
||||
# ssh is the proxy name, client will use this name and auth_token to connect to server
|
||||
[ssh]
|
||||
|
Reference in New Issue
Block a user