On Wed, Jan 23, 2013 at 2:25 AM, Ivan Habunek <ivan.habu...@gmail.com>wrote:
> 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 > Interesting. If you do just print "Hello World"; It will print to console and browser - I just assumed that was stdout. Jamie