Thanks, Tom. It was helpful. However, I also use the part of code which
contains fprintfs in another context, so I really need those fprintfs. And
moreover I don't want to consider those messages as apache log messages.
So the question remains, is it possible to log messages sent to stdout and
s
On Thu, 2009-06-04 at 11:36 -0700, Vyacheslav Zholudev wrote:
> I have an Apache Module which contains such methods like
> fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message);
>
> They are executed under certain circumstances, but I can't see the output in
> the Apache's log fi
I have an Apache Module which contains such methods like
fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message);
They are executed under certain circumstances, but I can't see the output in
the Apache's log files.
I use directive ErrorLog and CustomLog ... combined with LogLevel