rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: David2K on February 28, 2009, 01:30:59 PM
-
Every time I log on/off, appears 5 rows with different ports. Is there any way to log only 1 row?
13:16:47 127.0.0.1:51013 Disconnected - 4893 bytes sent
13:16:47 127.0.0.1:51023 Disconnected - 1547 bytes sent
13:16:47 127.0.0.1:51021 Disconnected - 1190 bytes sent
13:16:47 127.0.0.1:51024 Disconnected - 1185 bytes sent
13:16:47 127.0.0.1:51022 Disconnected - 1542 bytes sent
-
quick answer: no.
explanation: those are actually 5 connections your browser opens to the server, to work faster.
advice: since "disconnect" is not actually logging off, and it's there mainly for debugging purpose, my advice is to disable disconnection logging.
-
Thanks for your reply Rejetto.