Skip to content

Commit 9a4b050

Browse files
committed
Logging fix
1 parent 3b3ef77 commit 9a4b050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ logger.<level>('A logging message')
16721672
* **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical`'.**
16731673

16741674
### Rotation
1675-
Parameter that sets a condition when a new log file is created.
1675+
**Parameter that sets a condition when a new log file is created.**
16761676
```python
16771677
rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
16781678
```
@@ -1682,7 +1682,7 @@ rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
16821682
* **`'<str>'` - Any of above as string: '100 MB', '0.5 GB', '1 month 2 weeks', '4 days', '10h', 'monthly', '18:00', 'sunday', 'w0', 'monday at 12:00', ...**
16831683

16841684
### Retention
1685-
Sets a condition which old log files are deleted.
1685+
**Sets a condition which old log files are deleted.**
16861686
```python
16871687
retention=<int>|<datetime.timedelta>|<str>
16881688
```
@@ -1691,7 +1691,7 @@ retention=<int>|<datetime.timedelta>|<str>
16911691
* **`'<str>'` - Max age as string: '1 week, 3 days', '2 months', ...**
16921692

16931693
### Compression
1694-
Sets how inactive log files are compressed.
1694+
**Sets how inactive log files are compressed.**
16951695
```python
16961696
compression='gz'|'bz2'|'tar'|'tar.gz'|'tar.bz2'|'zip'
16971697
```

0 commit comments

Comments
 (0)