cc_config.xml. This file has the following format: ".html_text(" [ N ] [ 0|1 ] [ flags ] ")." "; list_start(); list_item_func("", "How many days to save the per-project credit totals that are displayed in the Statistics tab of the BOINC Manager. Default is 30." ); list_item_func("", " If nonzero, don't check file sizes" ); list_end(); echo " The core client generates messages: informational messages saying what it's doing, and error messages when it encounters problems. If you run the BOINC manager, these appear in the Messages tab - informational messages in black, error messages in red. On Unix, informational messages are written to standard output, and error messages are written to standard error.

These messages can be turned on and off with the following tags (<tag>0</tag> for off, <tag>1</tag> for on): "; list_start(); list_item_func("", "Log the start, restart and completion of computational tasks." ); list_item_func("", " Log the start, restart and completion of file transfers. " ); list_item_func("", " Log connections with scheduling servers. " ); list_item_func("", " Log changes to the 'client state' data structures. " ); list_item_func("", " Log debugging information about task execution. " ); list_item_func("", " Log debugging information about file transfers. " ); list_item_func("", " Log the request and reply messages of exchanges with scheduling servers. " ); list_item_func("", " Log debugging information about HTTP operations. " ); list_item_func("", " Log debugging information about HTTP proxy operations. " ); list_item_func("", " Log the passage of time. " ); list_item_func("", " Log debugging information about network communication. " ); list_item_func("", " Log debugging information about measurements of CPU speed, platform, disk space, etc. " ); list_item_func("", " Show what poll functions do" ); list_item_func("", " Log debugging information about the GUI RPC interface. " ); list_item_func("", " Log debugging information about the CPU scheduler. " ); list_item_func("", " Log debugging information about the screen saver. " ); list_end(); page_tail(); ?>