We are running on a linux host. The file information ends upon
in the local file system in the /tmp directory.
> > import zLOG
> >
> > def log(self,message):
> > zLOG.LOG("PythonScript", zLOG.INFO <http://zLOG.INFO>, message)
> >
> >
> > as external method should be enough.
> >
> > And where does this log information end up?
>
--