View Single Post
  #2  
Old 01-18-2008, 02:08 PM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default

There are places in the code where it needs ot be updated to take into account whether you are debugging or not and what level of debug certain logs are.

However, if you just care about stopping it from creating logs then all the changes you need to make are in common\debug.cpp.

I'd think you could just add a conditional to check if LogNames[id] had the word "debug" in it and not write if so.
Reply With Quote