On Mon, 2002-09-23 at 22:20, Jeff Trawick wrote: > Bojan Smojver <[EMAIL PROTECTED]> writes: > > > Just so that I can put this one to rest (i.e. prepare the final patch > > accordingly), could you please vote: > > [ ] Put I/O logging on mod_log_config and have LogInputOutput flag > > [ ] Put I/O logging in a separate module, mod_logio > > The logic you're talking about simply counts input and output bytes > and doesn't log actual data, right? > > The place these counts gets logged is in output controlled by > mod_log_config, right?
Option 1 is counting (the filter code) and logging in mod_log_config. Option 2 is counting in mod_logio (the patch I submitted today) and then logging in mod_log_config using optional function. Bojan
