# Where to find event logs in discourse?

**URL:** https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757
**Category:** Development
**Created:** [21.Сентябрь.2018 11:00:06 UTC](https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757 "2018-09-21T11:00:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pranav\_vdd](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@pranav\_vdd](https://meta.discourse.org/u/pranav_vdd)
#### Post date: [21.Сентябрь.2018 11:00:06 UTC](https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757/1 "2018-09-21T11:00:06Z")

</div>

I am looking for event logs in discourse like if an user creates a question or reply for a question. I looked at following log files

Rails Log → `apps/discourse/htdocs/log/production.log`  
Apache Log → `apache2/logs/access_log` & `apache2/logs/error_log`  
Redis Log → `redis/var/log/redis-server.log`  
PostgreSQL Logs → `postgresql/postgresql.log`

but I could not find any detailed log while new question is crated, or on reply to a question.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [21.Сентябрь.2018 11:25:38 UTC](https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757/2 "2018-09-21T11:25:38Z")

</div>

You can look at /admin /logs, but I think you want the [data Explorer](https://meta.discourse.org/t/32566?silent=true) plugin.

---

<div class="post-metadata">

### Author: ![pranav\_vdd](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@pranav\_vdd](https://meta.discourse.org/u/pranav_vdd)
#### Post date: [21.Сентябрь.2018 12:16:46 UTC](https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757/3 "2018-09-21T12:16:46Z")

</div>

Hi Jay,

Thanks for replying, I think [data Explorer](https://meta.discourse.org/t/32566?silent=true) plugin is for making database query. Currently, I am looking for more detailed log file of user actions.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [21.Сентябрь.2018 14:56:57 UTC](https://meta.discourse.org/t/where-to-find-event-logs-in-discourse/97757/4 "2018-09-21T14:56:57Z")

</div>

There is no more detailed log than the database. That’s where everything is logged.
