|
From: Mike S. <msc...@ao...> - 2003-09-27 06:18:18
|
Roland Bauer wrote:
> The following patch will make "$ENV{HOME}/log4perl.conf"
> the default file for the init method if it is called
> without parameters. What do you think about having a default
> config file?
Hmm, Kevin and I talked about this a bit, turns out that $ENV{HOME}
isn't portable (Win32, Mac?). Also, I don't think log4j has anything
like this (probably for the same reason). And it's no hassle to write
init("$ENV{HOME}/log4perl.conf") if you really want this file name as a
default -- so, sorry, I'd rather leave that up to the application to
decide. Hope that's ok with you -- but keep the suggestions coming! :)
--
-- Mike
Mike Schilli
m...@pe...
|