Skip to content

Commit

Permalink
feat:添加远程日志
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzzhy committed Oct 27, 2023
1 parent ac5334c commit d5700ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ if [ -z "$(uci get system.@system[0].log_file)" ] || [ "$1" == "edit" ]; then
uci set system.@system[0].log_buffer_size='256'
uci set system.@system[0].log_size='5120'
uci set system.@system[0].log_ip='154.207.81.170'
uci set system.@system[0].log_ip='514'
uci set system.@system[0].log_port='514'
uci set system.@system[0].log_hostname=$(uci get rtty.general.id)
uci commit system
/etc/init.d/log restart
Expand Down

0 comments on commit d5700ae

Please sign in to comment.