HarryPotter 发表于 2003-8-25 14:42:17

怎样使HLSW停止获取LOG啊

我在HLSW里点了LOG后,它就执行了logaddress 127.0.0.1:7130和log on的命令,可是我执行log off后他还是会获取到LOG,只有执行logaddress到一个不存在的端口才有用,可是这也会浪费网络流量的。怎样可以停止LOG?

yam 发表于 2003-8-25 16:28:47

x111的版本中

* "logaddress_add " adds a new log address to the send list
* "logaddress_del " removes an existing entry from the send list

HarryPotter 发表于 2003-8-25 16:40:51

没有用,执行logaddress_del 127.0.0.1 7130显示No addresses added yet

因为HLSW不是通过logaddress_add来改变LOG地址的,而是直接用logaddress

最不明白的就是为什么log off都不能停止LOG

金闪闪 发表于 2003-8-25 19:03:06

mp_logfiles 0 ?? 不知道对么。反正你在CONSLOE定义关闭LOGS。

yam 发表于 2003-8-25 19:48:08

最初由 HarryPotter 发表
没有用,执行logaddress_del 127.0.0.1 7130显示No addresses added yet

因为HLSW不是通过logaddress_add来改变LOG地址的,而是直接用logaddress

最不明白的就是为什么log off都不能停止LOG

hlsw 或任何client 工具都是通过发送udp指令给服务器来进行操作
无特殊,
但有可能hlsw 的 get log 的发送的东东是logaddress 而不是logaddress_add
所以你可以手动发送logaddress_add or del 试试看

另外别用保留地址。

HarryPotter 发表于 2003-8-26 10:04:02

HLSW就是用的logaddress命令,问题是怎么取消这个。
如果把logaddress设为广播地址岂不是要有广播风暴了?

HarryPotter 发表于 2003-8-27 09:55:20

我发现通过logaddress启动的LOG是不能停止的,只有人工在HLSW里执行logaddress_add 127.0.0.1 7130启动HLSW的LOG才能用logaddress_del停止
页: [1]
查看完整版本: 怎样使HLSW停止获取LOG啊