I'm just starting out with Net::Server::Prefork and I would like to be able to send some debug information to the console, but I can't figure it out. I'm not using a log file, so some information is put on the console when I start the server, but I can't get anything I print to appear.
I've tried printing to STDERR and self->log(4,"test message\n"); and neither works. How can I do this?
My understanding is, that if I don't use the log file, then STDERR isn't redirected, only STDIN and STDOUT are redirected to the socket.