Tyler Bird wrote:
But I was wondering isn't there anything I can do to mod_perl that
will allow a plain warn to send it to my virtualhosts log and not my
servers
log.
without using the $r->warn() syntax
warn("hey") really goes t the virtual hosts log and I don't have to
put $r->warn()
But I was wondering isn't there anything I can do to mod_perl that will
allow a plain warn to send it to my virtualhosts log and not my servers
log.
without using the $r->warn() syntax
warn("hey") really goes t the virtual hosts log and I don't have to put
$r->warn()
Tyler