Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 16 years ago by Didactylos

Spot the error:

    diagnostics_set_max_file_sizes(
        config.max_stdout_file_size, config.max_stderr_file_size
    );
    read_config_file();

comment:2 Changed 16 years ago by romw

Resolution: fixed
Status: newclosed

fixed in the next release.

comment:3 Changed 16 years ago by Nicolas

Note: See TracTickets for help on using tickets.