| | 165 | The following boolean options enable various types of debugging output: |
| | 166 | |
| | 167 | '''debug_version_select''':: |
| | 168 | Explain app version selection. |
| | 169 | '''debug_assignment''':: |
| | 170 | Explain the sending of [AssignedWork assigned work]. |
| | 171 | '''debug_prefs''':: |
| | 172 | Show the propagation of global prefs. |
| | 173 | '''debug_send''':: |
| | 174 | Explain the sending of jobs. |
| | 175 | '''debug_request_headers''':: |
| | 176 | Show HTTP request headers. |
| | 177 | '''debug_user_messages''':: |
| | 178 | Show messages we're sending to the user. |
| | 179 | '''debug_request_details''':: |
| | 180 | Show details of request message. |
| | 181 | '''debug_handle_results''':: |
| | 182 | Show the handling of reported jobs. |
| | 183 | |