Skip to content

Commit 55074df

Browse files
committed
sphinx-versioning render from publish.sh - Fri Dec 23 05:05:04 PM UTC 2022 - 5ffd470596bb219a36873f17e6471d799057bc16
1 parent 9bdbf01 commit 55074df

4 files changed

Lines changed: 1 addition & 49 deletions

File tree

master/_sources/configuration/misc.rst.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,3 @@ Interval & duration fields in job definitions, pruning configurations, etc. must
4444

4545
var durationStringRegex *regexp.Regexp = regexp.MustCompile(`^\s*(\d+)\s*(s|m|h|d|w)\s*$`)
4646
// s = second, m = minute, h = hour, d = day, w = week (7 days)
47-
48-
Super-Verbose Job Debugging
49-
---------------------------
50-
51-
You have probably landed here because you opened an issue on GitHub and some developer told you to do this...
52-
So just read the annotated comments ;)
53-
54-
::
55-
56-
job:
57-
- name: ...
58-
...
59-
# JOB DEBUGGING OPTIONS
60-
# should be equal for all job types, but each job implements the debugging itself
61-
debug:
62-
conn: # debug the io.ReadWriteCloser connection
63-
read_dump: /tmp/connlog_read # dump results of Read() invocations to this file
64-
write_dump: /tmp/connlog_write # dump results of Write() invocations to this file
65-
rpc: # debug the RPC protocol implementation
66-
log: true # log output from rpc layer to the job log
67-
68-
.. ATTENTION::
69-
70-
Connection dumps will almost certainly contain your or other's private data. Do not share it in a bug report.

master/configuration.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@
323323
<li class="toctree-l1"><a class="reference internal" href="configuration/misc.html">Miscellaneous</a><ul>
324324
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
325325
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#durations-intervals">Durations &amp; Intervals</a></li>
326-
<li class="toctree-l2"><a class="reference internal" href="configuration/misc.html#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
327326
</ul>
328327
</li>
329328
</ul>

master/configuration/misc.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
<li class="toctree-l2 current"><a class="current reference internal" href="#">Miscellaneous</a><ul>
104104
<li class="toctree-l3"><a class="reference internal" href="#runtime-directories-unix-sockets">Runtime Directories &amp; UNIX Sockets</a></li>
105105
<li class="toctree-l3"><a class="reference internal" href="#durations-intervals">Durations &amp; Intervals</a></li>
106-
<li class="toctree-l3"><a class="reference internal" href="#super-verbose-job-debugging">Super-Verbose Job Debugging</a></li>
107106
</ul>
108107
</li>
109108
</ul>
@@ -225,28 +224,6 @@ <h2>Durations &amp; Intervals<a class="headerlink" href="#durations-intervals" t
225224
</pre></div>
226225
</div>
227226
</div>
228-
<div class="section" id="super-verbose-job-debugging">
229-
<h2>Super-Verbose Job Debugging<a class="headerlink" href="#super-verbose-job-debugging" title="Permalink to this headline"></a></h2>
230-
<p>You have probably landed here because you opened an issue on GitHub and some developer told you to do this…
231-
So just read the annotated comments ;)</p>
232-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">job</span><span class="p">:</span>
233-
<span class="o">-</span> <span class="n">name</span><span class="p">:</span> <span class="o">...</span>
234-
<span class="o">...</span>
235-
<span class="c1"># JOB DEBUGGING OPTIONS</span>
236-
<span class="c1"># should be equal for all job types, but each job implements the debugging itself</span>
237-
<span class="n">debug</span><span class="p">:</span>
238-
<span class="n">conn</span><span class="p">:</span> <span class="c1"># debug the io.ReadWriteCloser connection</span>
239-
<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>
240-
<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>
241-
<span class="n">rpc</span><span class="p">:</span> <span class="c1"># debug the RPC protocol implementation</span>
242-
<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>
243-
</pre></div>
244-
</div>
245-
<div class="admonition attention">
246-
<p class="first admonition-title">Attention</p>
247-
<p class="last">Connection dumps will almost certainly contain your or other’s private data. Do not share it in a bug report.</p>
248-
</div>
249-
</div>
250227
</div>
251228

252229

master/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)