# Kong.log.debug - file location?

**URL:** https://discuss.konghq.com/t/kong-log-debug-file-location/3637
**Category:** General
**Created:** [May 28, 2019, 11:16pm UTC](https://discuss.konghq.com/t/kong-log-debug-file-location/3637 "2019-05-28T23:16:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![saravana](https://avatars.discourse-cdn.com/v4/letter/s/71c47a/32.png) [@saravana](https://discuss.konghq.com/u/saravana)
#### Post date: [May 28, 2019, 11:16pm UTC](https://discuss.konghq.com/t/kong-log-debug-file-location/3637/1 "2019-05-28T23:16:33Z")

</div>

Hi,

Where can I find the log entries? error.log file?

functionAuthHandler:body\_filter(conf)  
AuthHandler.super.body\_filter(self)

kong.log.debug(“Upstream response has been parsed!”);

end

Thanks.

---

<div class="post-metadata">

### Author: ![hbagdi](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/hbagdi/32/562_2.png) [@hbagdi](https://discuss.konghq.com/u/hbagdi)
#### Post date: [June 4, 2019, 4:06pm UTC](https://discuss.konghq.com/t/kong-log-debug-file-location/3637/2 "2019-06-04T16:06:57Z")

</div>

You should see that in under `<prefix directory>/logs/error.log`. The default prefix directory is `/usr/local/kong`.

Make sure `log_level` configuration parameter in Kong is set to `debug` (default is `notice`).
