From: Charles Comstock Date: 2004-10-13T14:49:35+09:00 Subject: Re: [ANN] dev-utils v1.0.1 > > * Access a no-config logfile for debugging. > > debug 'Database connection established' # Look in ./debug.log > > * Trace expressions in that logfile. > > trace 'x + y' > trace 'Process.pid' > trace 'names', :pp # Pretty-print. > trace 'page_structure', :yaml # YAML representation. > I don't know if this was mentioned before, but even though there is no need for default configuration, it would be nice if there was a way to change the debug log if necessary. For instance if your running two different ruby scripts in the same directory that both use debug.log is there a way to specify a different log name for each one? No configuration necessary by default is great but there are cases it becomes necessary. Charles Comstock