![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^3: RFC: Data::Dumper::Simpleby BrowserUk (Pope) |
on Aug 01, 2004 at 14:37 UTC ( #379074=note: print w/replies, xml ) | Need Help?? |
I understand your dilemma. I've being vacillating between the 'log everything in case it goes wrong' and 'turn it all off for production, cos it slows everything down, causes diskspace maintainance problems, noone ever reads them and thing you need to see is never in the log anyway' camps for 20 years. In the early days, processors were slow and disks were small, so logging was minimal by necessity. More recently, disk-space got cheap, compression got better and the processors faster. Extensive logging became attractive. I tried it on a couple of projects but came to the conclusion that for the most part extensive logging os pretty pointless. My reasoning goes like this:
I want to be able to switch tracing on and off across a span of lines, subroutine or package. When if off, it should leave no artifacts in the code. Currently, D:SD doesn't easily allow this range-of-lines, or subroutine enablement, but I think that it's filter-based nature lends itself to this modification. The package-level mechanism had me foxed for a while, but thanks to theorbtwo's response to my recent question, I now think I figured out how to do this. I may have a go a tweaking D::SD for lines and subs, and if it seems to work okay, I'll offer the mod back to the author. The only other thing missing is a debug level selector.
More levels than that and it becomes a labour of love to categorise them--and nobody can agree on the categorisations anyway. Prefereably, the first 3 levels should be install automagically. With the fourth level evolving over time as required, but remaning in-situ in perpetuity. At least, that where I think I stand on the subject. Tomorrow I may vascillate again :)
In Section
Meditations
|
|