Talk:Client configuration

From BOINC

Somebody really needs to make a GUI tool to read this file and let the user alter it. Nicholas? --Eric (talk) 18:13, 12 March 2009 (UTC)

Shouldn't turning on debugging for an area, cause the parameter to be logged in the messages? For example:

<cc_config>
   <log_flags>
    <cpu_sched>1</cpu_sched>
    <debt_debug>1</debt_debug>
   </log_flags>
   <options>
      <zero_debts>1</zero_debts>
   </options>
</cc_config>

only shows:

10/8/2009 11:18:22 AM		Starting BOINC client version 6.6.38 for windows_intelx86
10/8/2009 11:18:22 AM		log flags: task, file_xfer, sched_ops, cpu_sched, debt_debug
10/8/2009 11:18:22 AM		Libraries: libcurl/7.19.4 OpenSSL/0.9.8k zlib/1.2.3
10/8/2009 11:18:22 AM		Data directory: H:\BOINC
10/8/2009 11:18:22 AM		Running under account Administrator
10/8/2009 11:18:22 AM		Processor: 2 GenuineIntel Intel(R) Pentium(R) 4 CPU 3.20GHz [x86 Family 15 Model 4 Stepping 3]
10/8/2009 11:18:22 AM		Processor features: fpu tsc sse sse2 mmx
10/8/2009 11:18:22 AM		OS: Microsoft Windows Server 2003: Enterprise Server x86 Edition, Service Pack 2, (05.02.3790.00)
10/8/2009 11:18:22 AM		Memory: 3.12 GB physical, 4.48 GB virtual
10/8/2009 11:18:22 AM		Disk: 698.63 GB total, 324.81 GB free
10/8/2009 11:18:22 AM		Local time is UTC -7 hours
10/8/2009 11:18:22 AM		No CUDA-capable NVIDIA GPUs found
10/8/2009 11:18:22 AM		No coprocessors
10/8/2009 11:18:22 AM		Not using a proxy
As your own paste shows, enabled debug logging is listed:
"log flags: task, file_xfer, sched_ops, cpu_sched, debt_debug".
Other debugging settings like "zero_debts" are also mentioned in the messages since version 6.10.something. Nicolas (talk) 19:21, 8 October 2009 (UTC)