On 23 January 2013 03:52, James Pittman <jpittm...@gmail.com> wrote: > Yes that was it. I was trying to output it to a browser. I shouldn't have > said "console stdout" - I just assumed that if it would output to a console, > it would output to a browser... but it must check to see whether you're in a > browser or CLI.
Well not exactly, the appender makes no checks. It's just that writing directly to stdout will not output anything to the browser when using apache. Check out this link: http://stackoverflow.com/questions/11318768/php-stdout-on-apache Regards, Ivan