Skip to content

Commit d781710

Browse files
committed
Logging
1 parent d5d5feb commit d781710

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,12 +1797,6 @@ retention=<int>|<datetime.timedelta>|<str>
17971797
* **`'<timedelta>'` - Max age of a file.**
17981798
* **`'<str>'` - Max age as a string: `'1 week, 3 days'`, `'2 months'`, ...**
17991799

1800-
### Compression
1801-
**Sets how inactive log files are compressed.**
1802-
```python
1803-
compression='gz'|'bz2'|'tar'|'tar.gz'|'tar.bz2'|'zip'
1804-
```
1805-
18061800

18071801
Scraping
18081802
--------

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,10 +1474,6 @@ <h3 id="retention">Retention</h3>
14741474
<li><strong><code class="python hljs"><span class="hljs-string">'&lt;timedelta&gt;'</span></code> - Max age of a file.</strong></li>
14751475
<li><strong><code class="python hljs"><span class="hljs-string">'&lt;str&gt;'</span></code> - Max age as a string: <code class="python hljs"><span class="hljs-string">'1 week, 3 days'</span></code>, <code class="python hljs"><span class="hljs-string">'2 months'</span></code>, …</strong></li>
14761476
</ul>
1477-
<h3 id="compression">Compression</h3>
1478-
<p><strong>Sets how inactive log files are compressed.</strong></p>
1479-
<pre><code class="python language-python hljs">compression=<span class="hljs-string">'gz'</span>|<span class="hljs-string">'bz2'</span>|<span class="hljs-string">'tar'</span>|<span class="hljs-string">'tar.gz'</span>|<span class="hljs-string">'tar.bz2'</span>|<span class="hljs-string">'zip'</span>
1480-
</code></pre>
14811477
<h2 id="scraping"><a href="#scraping" name="scraping">#</a>Scraping</h2>
14821478
<pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install requests beautifulsoup4</span>
14831479
<span class="hljs-meta">&gt;&gt;&gt; </span><span class="hljs-keyword">import</span> requests

0 commit comments

Comments
 (0)