View Single Post
04-23-15, 03:12 PM   #9
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Code:
/console taintLog 1
This enables a logfile which gets big quite fast. So you should not run it too long or while raiding.
Going through this file (logs/taint.log) you'll see the order in which taints are happening and where.
If you're still not happy with that switch it to verbose mode
Code:
/console taintLog 2
and never forget
Code:
/console taintLog 0
to disable.

Its a painful process digging through a gigabyte logfile ...
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote