rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: David2K on February 28, 2009, 01:30:59 PM

Title: Log connections/disconnections
Post 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
Title: Re: Log connections/disconnections
Post by: rejetto on February 28, 2009, 03:02:28 PM
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.
Title: Re: Log connections/disconnections
Post by: David2K on February 28, 2009, 03:41:15 PM
Thanks for your reply Rejetto.