sampvoice icon indicating copy to clipboard operation
sampvoice copied to clipboard

Sampvoice log duplication

Open abdalmoez opened this issue 3 years ago • 0 comments

I have the same log in both svlog.txt and server_log.txt:

svlog.txt:

[08:45:22] : [sv:dbg:network:connect] : connecting player (0) with address (1??.2.222.77) ...
[08:45:22] : [sv:dbg:network:connect] : player (0) assigned key (4dde02c5ed970fd4)
[08:45:22] : [sv:dbg:network:receive] : player (0) identified (port:60905)

server_log.txt:

[08:45:22] [sv:dbg:network:connect] : connecting player (0) with address (1??.2.222.77) ...
[08:45:22] [sv:dbg:network:connect] : player (0) assigned key (4dde02c5ed970fd4)
[08:45:22] [sv:dbg:network:receive] : player (0) identified (port:60905)

Adding a config to enable separate sampvoice logs to svlog.txt instead of logging them in server_log.txt will be better.

  • Improve processing time and stockage.

abdalmoez avatar Mar 11 '21 14:03 abdalmoez