Re: a sort of tail -f on Data.fs
Yuri <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <[email protected]> |
Il 29/10/2014 20:31, Sean Upton ha scritto: > Why not just watch the Undo tab in the ZMI for the root of the site? > This contains transaction history with dates and commit messages, and > usually paths to objects modified? This does not contain contents of objects and don't record, for example, catalogs objects. But it is a good starting point on where to look for ( app._p_jar._storage.iterator(start=time_time_of_last_poll) :-) Thanks! > > If you need something for a command-line, I'm sure one could write a > small runscript to poll > app._p_jar._storage.iterator(start=time_time_of_last_poll) every N > seconds. Should work on ZEO and RelStorage. > > Sean > > On Wed, Oct 29, 2014 at 1:37 AM, Yuri <[email protected]> wrote: >> Hi all! >> >> Is there a way to see objects added and modifed on Data.fs in a live >> manner? A sort of tail -f ? >> >> I mean, a way to see what is added and modified, live? Is there a way to >> increase the zeoserver logging to see this kind of info? >> >> A good thing for Plone 5 would be to add all the useful zodb utils to >> the core, so a sysmanager with a little skill could guess what is >> happening on the DB. It is also useful for debugging (performance, write >> on read and so on). >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Plone-Users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/plone-users ------------------------------------------------------------------------------