# Levels recorded in error.log

**URL:** https://discuss.konghq.com/t/levels-recorded-in-error-log/1605
**Category:** Questions
**Created:** [August 2, 2018, 4:06pm UTC](https://discuss.konghq.com/t/levels-recorded-in-error-log/1605 "2018-08-02T16:06:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shawnc1959](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@shawnc1959](https://discuss.konghq.com/u/shawnc1959)
#### Post date: [August 2, 2018, 4:06pm UTC](https://discuss.konghq.com/t/levels-recorded-in-error-log/1605/1 "2018-08-02T16:06:09Z")

</div>

Just installed Kong EE and trying to develop guidelines for managing it, including how to respond to entries written to errors.log. I found [this document](http://nginx.org/en/docs/ngx_core_module.html#error_log) on the NGINX logging levels, and I see that the default setting OOB for Kong is ‘notice’. My question is whether ‘notice’ level entries can be ignored (and just focus on ‘warn’ and above), or does ‘notice’ warrant attention, as well?

---

<div class="post-metadata">

### Author: ![thibaultcha](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/thibaultcha/32/340_2.png) [@thibaultcha](https://discuss.konghq.com/u/thibaultcha)
#### Post date: [August 2, 2018, 7:20pm UTC](https://discuss.konghq.com/t/levels-recorded-in-error-log/1605/2 "2018-08-02T19:20:52Z")

</div>

Hi,

Yes, you should be able to safely ignore notice-level logs. A default `log_level` at notice is historically helpful for development purposes (it is the value used by `print`), but in fact, none (or very few) notice logs are printed by Kong at all.
