Hi Folks
> use Apache::Log ();
> Apache->warn("warn text");
(Under Windows) I've never used this form. I used to try a simple
warn "Text";
combined with Apache::Reload but only rarely, _very_ rarely, did the text appear
in the log, so I gave up and always write to a new file with open/wri
Hello
a small code snipped working on my mod_perl windows:
use Apache::Log ();
Apache->warn("warn text");
please provide more details if this does not work.
regards,
Josef
--
Josef Ender, Bitspot AG
http://www.bitspot.ch
Anonymity wrote:
> Hello,
> I've been dealing with an
Hello,
I've been dealing with an issue with warn statements under mod perl
lately. The messages I try to warn out never make it to the log. I've
also tried printing to STDERR and get the same result. We have multiple
machines here with the same issue. Does anyone have a workaround?
Thanks,
Mike