up vote 1 down vote favorite
1
share [g+] share [fb]

Is it safe to run LogParser against our live production IIS log file?

Currently, I have been copying it over to another location and then running LogParser 2.2 against the log file.

Instead, I would really like to run it against the live data so that I can see changes to it immediately, however, I am a little concerned that it might cause issues.

Does anyone know if querying the live IIS logs would cause a problem?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

It shouldn't cause any problems as I don't believe it locks the file. Why would it be a problem to copy the file though just to make sure? Even if you just copy it to a local folder, a batch file could make that easy, to copy the file and run it through logparser.

But it should be fine against live files.

link|improve this answer
feedback

I've never found any problems --

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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