diff --git a/README.md b/README.md index e3bab89..ea0acfe 100644 --- a/README.md +++ b/README.md @@ -1797,12 +1797,6 @@ retention=|| * **`''` - Max age of a file.** * **`''` - Max age as a string: `'1 week, 3 days'`, `'2 months'`, ...** -### Compression -**Sets how inactive log files are compressed.** -```python -compression='gz'|'bz2'|'tar'|'tar.gz'|'tar.bz2'|'zip' -``` - Scraping -------- diff --git a/index.html b/index.html index 59533e4..5100473 100644 --- a/index.html +++ b/index.html @@ -1474,10 +1474,6 @@ logger.<level>('A logging message.')
  • '<timedelta>' - Max age of a file.
  • '<str>' - Max age as a string: '1 week, 3 days', '2 months', …
  • -

    Compression

    -

    Sets how inactive log files are compressed.

    -
    compression='gz'|'bz2'|'tar'|'tar.gz'|'tar.bz2'|'zip'
    -

    #Scraping

    # $ pip3 install requests beautifulsoup4
     >>> import requests