Hi folks,

'am wondering if the best way to change the log level at runtime, is
to provide a link in page, which when clicked, changes the current
logger's level: log.setLevel(...) and have an immediately for the
activity for all logged in users.

Also, is there a built-in option to be able to read (like tail) the
last n-lines of a log (app-log, and acees-log being generated).
Preferably, what would help debugging, is:
  . click on a link in the webpage indicating level change to say
DEBUG
  . have the controllers do their thing after changing the level -
possibly
    leave a BEGIN/END marker in the log, and returning just that
snippet,
    possibly appended to the bottom on the response.
Would help remote debugging etc.

Thanks,
/venkat


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to