Changes between Version 81 and Version 82 of ProjectOptions


Ignore:
Timestamp:
Jan 19, 2009, 4:32:22 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v81 v82  
    263263
    264264== Server logging == #server-logging
     265
     266The contents of the scheduler log file is controlled by the following:
     267
     268{{{
     269<debug_version_select/>
     270}}}
     271Explain app version selection.
     272{{{
     273<debug_assignment/>
     274}}}
     275Explain the sending of [AssignedWork assigned work].
     276{{{
     277<debug_prefs/>
     278}}}
     279Show the propagation of global prefs.
     280{{{
     281<debug_send/>
     282}}}
     283Explain the sending of jobs.
     284{{{
     285<debug_request_headers/>
     286}}}
     287Show HTTP request headers.
     288{{{
     289<debug_user_messages/>
     290}}}
     291Show messages we're sending to the user.
     292{{{
     293<debug_request_details/>
     294}}}
     295Show details of request message.
     296{{{
     297<debug_handle_results/>
     298}}}
     299Show the handling of reported jobs.
     300{{{
     301<debug_edf_sim_workload/>
     302}}}
     303Show the initial conditions of EDF simulation
     304{{{
     305<debug_edf_sim_detail/>
     306}}}
     307Show the details of EDF simulation
     308{{{
     309<debug_locality>
     310}}}
     311Show locality scheduling debugging info.
     312
     313The overall verbosity is controlled by the following:
    265314{{{
    266315<sched_debug_level> N </sched_debug_level>
    267316}}}
    268 Verbosity level for scheduler log output. 1=minimal, 2=normal (default), 3=verbose.
     317Log messages have a "level": 1=minimal, 2=normal, 3=debug.
     318The messages enabled by the above flags have level=2.
     319If you set this option to N, only messages of level N or less will be written.
     320
    269321{{{
    270322<fuh_debug_level> N </fuh_debug_level>
    271323}}}
    272324Verbosity level for file upload handler log output. 1=minimal, 2=normal (default), 3=verbose.
    273 
    274 The following boolean options enable various types of debugging output:
    275 
    276 {{{
    277 <debug_version_select/>
    278 }}}
    279 Explain app version selection.
    280 {{{
    281 <debug_assignment/>
    282 }}}
    283 Explain the sending of [AssignedWork assigned work].
    284 {{{
    285 <debug_prefs/>
    286 }}}
    287 Show the propagation of global prefs.
    288 {{{
    289 <debug_send/>
    290 }}}
    291 Explain the sending of jobs.
    292 {{{
    293 <debug_request_headers/>
    294 }}}
    295 Show HTTP request headers.
    296 {{{
    297 <debug_user_messages/>
    298 }}}
    299 Show messages we're sending to the user.
    300 {{{
    301 <debug_request_details/>
    302 }}}
    303 Show details of request message.
    304 {{{
    305 <debug_handle_results/>
    306 }}}
    307 Show the handling of reported jobs.
    308 {{{
    309 <debug_edf_sim_workload/>
    310 }}}
    311 Show the initial conditions of EDF simulation
    312 {{{
    313 <debug_edf_sim_detail/>
    314 }}}
    315 Show the details of EDF simulation
    316 {{{
    317 <debug_locality>
    318 }}}
    319 Show locality scheduling debugging info.
    320325
    321326== Credit ==