Hi,
If I use System.out.println in HttpProvider to run a HTTP server, where could I find the related logs from System.out.println?
Thanks a lot.
Hi,
If I use System.out.println in HttpProvider to run a HTTP server, where could I find the related logs from System.out.println?
Thanks a lot.
Hi,
You should see the output of System.out.println in the console when running Wowza in stand-alone mode. If you wish to log to a file then you could use log4j, getLogger to output logging to the [install-dir]/log file.
Paul