zeisss/wobble

Add request logging

zeisss opened this issue · 2 comments

There needs to be a table, where each request is logged (propably a memory table?). Based on this I could better debug problems like #83.

Also this would allow another munin graph with a counter for (each) operation.

Well, release 0.4.3 introduces statistics. At least we get some information about overall request times / number of requests and usage of certain features like the search.

Ok, I was too lazy to do that. Instead I now create additional stat counters for each request where the counter key is method+topic_id+post_id+user_id.

With this it should be easy to check, whether the user just forgot to perform the actual post_edit after clicking reply or there is a bug in the server.