Skip to content

Commit

Permalink
fix: set log file config type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Nov 11, 2019
1 parent 9d7002c commit 94520f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/init.d/frpc
Expand Up @@ -58,7 +58,7 @@ frpc_scetion_validate() {
'client_file:file:/usr/bin/frpc' \
'run_user:string' \
'enable_logging:bool:0' \
'log_file:file:/var/log/frpc.log' \
'log_file:string:/var/log/frpc.log' \
'log_level:or("trace", "debug", "info", "warn", "error"):warn' \
'log_max_days:uinteger:3' \
'disable_log_color:or("true", "false")' \
Expand Down

0 comments on commit 94520f3

Please sign in to comment.