We have upgraded thruk from 2.26 to version 2.44
We want this audit log feature to work when users access thruk through website.
logfile = /var/log/audit/thruk-%Y.%m.%d.log
login = 1
logout = 1
session = 1
external_command = 1
configtool = 1
</audit_logs>```
Currently it's logging only session creation. Is there any dependency for this? what other criteria should be met for audit logs to work? Does it work only for cookie based authentication?