#694 closed Defect (fixed)
Resizing std*dae.txt in cc_config.xml option broken.
| Reported by: | Ageless | Owned by: | davea |
|---|---|---|---|
| Priority: | Major | Milestone: | 6.2 |
| Component: | Client - Logging | Version: | 6.2.11 |
| Keywords: | Cc: | Ageless |
Description
I have the options for bigger std*dae.txt files set in cc_config.xml
<max_stdout_file_size>8388608</max_stdout_file_size> <max_stderr_file_size>8388608</max_stderr_file_size>
This makes them 8MB, which gives me enough time to look up errors and such if I am not looking into BOINC Manager for a couple of days. But this option is broken in 6.2.11, it only makes 2MB files. These get overwritten rather quickly on my system, sometimes in less than 4 days.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
fixed in the next release.

Spot the error:
diagnostics_set_max_file_sizes( config.max_stdout_file_size, config.max_stderr_file_size ); read_config_file();