Hi,<div><br></div><div>What I&#39;ve already &#39;hacked&#39; in seaside is decorating all callbacks that can happen.</div><div>I&#39;ve used the decorating to capture all errors during callbacks and collect them and show them on a notificationarea.</div>
<div>my code is at: <span class="Apple-style-span" style="font-family: monospace; font-size: 15px; white-space: pre; "><a href="http://www.squeaksource.com/NotificationsArea">http://www.squeaksource.com/NotificationsArea</a></span></div>
<div><br></div><div>Maybe you can use the same trick to log all callbacks?</div><div><br></div><div>Kind Regards,</div><div><br></div><div>Bart</div><div><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 11:57 PM, Sven Van Caekenberghe <span dir="ltr">&lt;<a href="mailto:sven@beta9.be" target="_blank">sven@beta9.be</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
In standard (non-heritic) web application frameworks, simple access logging is quite useful to find out how your app is used in the wild. The problem with Seaside is that most requests look pretty much the same and do not contain enough information for after the fact analysis (like <a href="http://localhost:8081/welcome?_s=0Sq2_xUpMPSWMOBg.R1&amp;_k=DKeQJiyN2-ye2wCA" target="_blank">http://localhost:8081/welcome?_s=0Sq2_xUpMPSWMOBg.R1&amp;_k=DKeQJiyN2-ye2wCA</a> doesn&#39;t say we&#39;re on the configuration page).<br>


<br>
Has anyone already &#39;solved&#39; this &#39;problem&#39; with some clever hack ? Maybe some filter in the right place with some reflection magic ?<br>
<br>
I guess manually inserting log statements (like augmenting the URL) would be one way...<br>
<br>
Thx,<br>
<br>
Sven<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>imagination is more important than knowledge - Albert Einstein<br>Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein<br>Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein<br>

The true sign of intelligence is not knowledge but imagination. - Albert Einstein<br>However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill<br>It&#39;s not enough that we do our best; sometimes we have to do what&#39;s required. - Sir Winston Churchill<br>


</div>