vote up 2 vote down star

What are some reasons why I wouldn't want to disable IIS logging completely for a small use (100 user) intranet application?

I'm not an Ops person (just pretending to be one for this app), so I've never had to be concerned with this stuff before.

flag
You probably want to ask this on serverfault.com (it might get closed here) – Michael Pryor May 5 at 0:05
Serverfault is a closed beta. It's not like just anyone can ask questions there... – bdonlan May 5 at 0:07
Oh good, the closing police didn't get to this. That's all I was worried about. – Michael Pryor May 5 at 16:45

3 Answers

vote up 3 vote down check
  1. Logs help you troubleshoot and diagnose problems quicker. This could save you hours in the event of a problem with your network.

  2. Logs help you identify any privilege escalation that should not be occurring (users accessing stuff they shouldn't).

  3. Logs can be used in conjunction with log parsers to identify trouble spots on your network.

link|flag
vote up 0 vote down

You can always turn them off, but then you'll have to turn them on when trying to debug. The downside to this is if the problem you are trying to debug is intermittent, you might have a hard time knowing when to turn on/off the logging.

I would leave logging on and set to "IIS Logging". Your log files won't be as detailed, but at least you will be able to see a "history" of any problem you need to debug.

link|flag
vote up 0 vote down

Logs are one of those things that you don't care about until you need them. And by that point it's too late to go back in time and turn them on again.

Just leave it on and institute a clean up policy to archive / delete logs older than a certain time period.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.