Re: a sort of tail -f on Data.fs
Sean Upton <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <CANjV-2NWPTWC4=fhd13unfWLw8sMK+FM9S8A5r6muSMTX5iN+Q@mail.gmail.com> |
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? 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 ------------------------------------------------------------------------------