CanIt Session Logs
From Roaring Penguin
Revision as of 12:32, 10 February 2015 by MCoyne (talk | contribs) (Created page with "Session history is only accessible via the database. You can pull these logs using the following command on the command line: /usr/share/canit/scripts/canit-run-pg psql -c '…")
Session history is only accessible via the database. You can pull these logs using the following command on the command line:
/usr/share/canit/scripts/canit-run-pg psql -c 'SELECT * FROM session_log ORDER BY date DESC'
You can change the DESC to ASC if you want it in ascending time order.