| 265 | |
| 266 | The contents of the scheduler log file is controlled by the following: |
| 267 | |
| 268 | {{{ |
| 269 | <debug_version_select/> |
| 270 | }}} |
| 271 | Explain app version selection. |
| 272 | {{{ |
| 273 | <debug_assignment/> |
| 274 | }}} |
| 275 | Explain the sending of [AssignedWork assigned work]. |
| 276 | {{{ |
| 277 | <debug_prefs/> |
| 278 | }}} |
| 279 | Show the propagation of global prefs. |
| 280 | {{{ |
| 281 | <debug_send/> |
| 282 | }}} |
| 283 | Explain the sending of jobs. |
| 284 | {{{ |
| 285 | <debug_request_headers/> |
| 286 | }}} |
| 287 | Show HTTP request headers. |
| 288 | {{{ |
| 289 | <debug_user_messages/> |
| 290 | }}} |
| 291 | Show messages we're sending to the user. |
| 292 | {{{ |
| 293 | <debug_request_details/> |
| 294 | }}} |
| 295 | Show details of request message. |
| 296 | {{{ |
| 297 | <debug_handle_results/> |
| 298 | }}} |
| 299 | Show the handling of reported jobs. |
| 300 | {{{ |
| 301 | <debug_edf_sim_workload/> |
| 302 | }}} |
| 303 | Show the initial conditions of EDF simulation |
| 304 | {{{ |
| 305 | <debug_edf_sim_detail/> |
| 306 | }}} |
| 307 | Show the details of EDF simulation |
| 308 | {{{ |
| 309 | <debug_locality> |
| 310 | }}} |
| 311 | Show locality scheduling debugging info. |
| 312 | |
| 313 | The overall verbosity is controlled by the following: |
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. |