to Debug the agents running in Blogsphere you can set a notes.ini variable on the server.
$BlogSphere_Debug=0
This setting will turn off the debug messages from all agents.
$BlogSphere_Debug=1
This setting will when an agent starts and finishes.
$BlogSphere_Debug=2
This setting will display the same as above and also display when each module of a script library is called.
$BlogSphere_Debug=3
This setting will display all of the above and also display different steps and values being used by the agents.
During normal use of the template you should disable the debugging logs as they can produce a lot of extra lines in your notes log file.