Zeitgeist logs your activity in Unity. Is there a way to look at the raw logs it creates?
|
The logs are stored in |
|||||
|
|
|
Yes, Zeitgeist stores its data in sqlite. I'm using Ubuntu 12.04 (Precise Pangolin) and my zeitgeist usage data is in
In order to access the raw logs, you'll need to know some SQL, which I'll leave up to you. However, if you have not installed sqlite3
Then, you may interogate the raw data as follows
As you can see, I have access to the activity.sqlite database at this point and may execute SQL to my hearts content. Now, figuring out how these are all related will be a puzzle for you, but you can use sqlite3 to determine useful things like db and table schemas. |
||||
|
|