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.