|
103 | 103 | <li class="toctree-l2 current"><a class="current reference internal" href="#">Miscellaneous</a><ul> |
104 | 104 | <li class="toctree-l3"><a class="reference internal" href="#runtime-directories-unix-sockets">Runtime Directories & UNIX Sockets</a></li> |
105 | 105 | <li class="toctree-l3"><a class="reference internal" href="#durations-intervals">Durations & Intervals</a></li> |
106 | | -<li class="toctree-l3"><a class="reference internal" href="#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li> |
107 | 106 | </ul> |
108 | 107 | </li> |
109 | 108 | </ul> |
@@ -222,28 +221,6 @@ <h2>Durations & Intervals<a class="headerlink" href="#durations-intervals" t |
222 | 221 | </pre></div> |
223 | 222 | </div> |
224 | 223 | </div> |
225 | | -<div class="section" id="super-verbose-job-debugging"> |
226 | | -<h2>Super-Verbose Job Debugging<a class="headerlink" href="#super-verbose-job-debugging" title="Permalink to this headline">¶</a></h2> |
227 | | -<p>You have probably landed here because you opened an issue on GitHub and some developer told you to do this… |
228 | | -So just read the annotated comments ;)</p> |
229 | | -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">job</span><span class="p">:</span> |
230 | | -<span class="o">-</span> <span class="n">name</span><span class="p">:</span> <span class="o">...</span> |
231 | | - <span class="o">...</span> |
232 | | - <span class="c1"># JOB DEBUGGING OPTIONS</span> |
233 | | - <span class="c1"># should be equal for all job types, but each job implements the debugging itself</span> |
234 | | - <span class="n">debug</span><span class="p">:</span> |
235 | | - <span class="n">conn</span><span class="p">:</span> <span class="c1"># debug the io.ReadWriteCloser connection</span> |
236 | | - <span class="n">read_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_read</span> <span class="c1"># dump results of Read() invocations to this file</span> |
237 | | - <span class="n">write_dump</span><span class="p">:</span> <span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">connlog_write</span> <span class="c1"># dump results of Write() invocations to this file</span> |
238 | | - <span class="n">rpc</span><span class="p">:</span> <span class="c1"># debug the RPC protocol implementation</span> |
239 | | - <span class="n">log</span><span class="p">:</span> <span class="n">true</span> <span class="c1"># log output from rpc layer to the job log</span> |
240 | | -</pre></div> |
241 | | -</div> |
242 | | -<div class="admonition attention"> |
243 | | -<p class="first admonition-title">Attention</p> |
244 | | -<p class="last">Connection dumps will almost certainly contain your or other’s private data. Do not share it in a bug report.</p> |
245 | | -</div> |
246 | | -</div> |
247 | 224 | </div> |
248 | 225 |
|
249 | 226 |
|
|
0 commit comments