Hi Colin, On 25 February 2013 00:44, Colin Knowles <[email protected]> wrote: > Does VBP support an option to not write the log files to the HDD when > creating databases? I have tried logging off , logging 0 etc when creating > the script to run VPB but these and other common variants for logging do > nothing. The only reason I ask is that the log files end up huge when > building 500 GB databases. > I have looked through all the OSG books and forum posts but have not been > able to find anything useful.
It's a while since I worked on VPB so I can't recall all the ins and outs, but I don't recall adding an option not to generate the log files. The log files are there to help with diagnosing problem builds - such as when network or disk problems occur. With a distributed build running on many machines with terrabyte databases the diagnostics can be a critical. Have a look at the source code to VPB, if there isn't a toggle for controlling the output of the log files feel free to add one. It'd need command line support as well as support in the configuration files. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

