# \[HttpProvider\] How to find the log from System.out.println

**URL:** https://community.wowza.com/t/httpprovider-how-to-find-the-log-from-system-out-println/45385
**Category:** Wowza Streaming Engine
**Created:** [June 3, 2015, 1:22pm UTC](https://community.wowza.com/t/httpprovider-how-to-find-the-log-from-system-out-println/45385 "2015-06-03T13:22:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sean\_Wang](https://avatars.discourse-cdn.com/v4/letter/s/9d8465/32.png) [@Sean\_Wang](https://community.wowza.com/u/Sean_Wang)
#### Post date: [June 3, 2015, 1:22pm UTC](https://community.wowza.com/t/httpprovider-how-to-find-the-log-from-system-out-println/45385/1 "2015-06-03T13:22:50Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Paul\_Shields](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/paul_shields/32/390_2.png) [@Paul\_Shields](https://community.wowza.com/u/Paul_Shields)
#### Post date: [June 4, 2015, 10:53am UTC](https://community.wowza.com/t/httpprovider-how-to-find-the-log-from-system-out-println/45385/2 "2015-06-04T10:53:51Z")

</div>

Hi,

You should see the output of System.out.println in the console when running Wowza in [stand-alone mode](https://www.wowza.com/docs/how-to-start-and-stop-wowza-streaming-engine-software). If you wish to log to a file then you could use log4j, getLogger to output logging to the [install-dir]/log file.

Paul
