|
[warning] wizard session, new key: wizard_session:8347c734936963b7ba0166186c2bed95117626be:0.515757650732859:wizard [error] wizard session, cache miss for: wizard_session:05ad351fe3453d9f8d4443bb2f351ed056596a29:0.497308421239286:wizard These are in the production branch only reosarevok reported a 502 on irc, which I think corresponds to these entries in the oddlog for pingu: 2012-02-01 12:17:43.334487500 [error] wizard session, cache miss for: wizard_session:b6b0d00408024e9af9ee8a427f99c77bfb976265:0.811592489227877:wizard Which is strange because we don't have any evictions in the memcached server used for sessions and wizard sessions: warp@hobbes:~$ python code/python-memcached-stats/src/stats.py | grep evict So, that means the "wizard_session:b6b0d00408024e9af9ee8a427f99c77bfb976265:0.811592489227877:wizard" key was never correctly saved to memcached. These messages should have disappeared when we stopped using the production branch. Presumed fixed. |
||||||||||||||||||||||||||||||||||||||||||||||||||
I haven't had many crash reports recently, so haven't looked at the logs in quite some time. In that sense I do not currently need "this information".
Can you paste examples of "this information" you would like to see removed? Then I can submit patches to remove the loggers for them if I indeed decide we no longer need it, or figure out a way to adjust the frequency of the messages (so that it logs only when an actual problem occurred for which we would like to consult these logs).