From d78171016f61633ad928fd7640e01d12efc6c975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 13 Apr 2019 02:52:54 +0200 Subject: [PATCH] Logging --- README.md | 6 ------ index.html | 4 ---- 2 files changed, 10 deletions(-) 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