Skip to content

Commit 9572c1f

Browse files
committed
Logging fix
1 parent 3220f45 commit 9572c1f

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
@@ -1677,8 +1677,8 @@ logger.<level>('A logging message')
16771677
rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
16781678
```
16791679
* **`'<int>'` - Max file size in bytes.**
1680-
* **`'<timedelta>`' - Max age of a file.**
1681-
* **`'<time>`' - Time of day.**
1680+
* **`'<timedelta>'` - Max age of a file.**
1681+
* **`'<time>'` - Time of day.**
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
@@ -1687,7 +1687,7 @@ rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
16871687
retention=<int>|<datetime.timedelta>|<str>
16881688
```
16891689
* **`'<int>'` - Max number of files.**
1690-
* **`'<timedelta>`' - Max age of a file.**
1690+
* **`'<timedelta>'` - Max age of a file.**
16911691
* **`'<str>'` - Max age as string: `'1 week, 3 days'`, `'2 months'`, ...**
16921692

16931693
### Compression

0 commit comments

Comments
 (0)