Skip to content

Commit 3220f45

Browse files
committed
Logging fix
1 parent 9a4b050 commit 3220f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
16791679
* **`'<int>'` - Max file size in bytes.**
16801680
* **`'<timedelta>`' - Max age of a file.**
16811681
* **`'<time>`' - Time of day.**
1682-
* **`'<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', ...**
1682+
* **`'<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
16851685
**Sets a condition which old log files are deleted.**
@@ -1688,7 +1688,7 @@ retention=<int>|<datetime.timedelta>|<str>
16881688
```
16891689
* **`'<int>'` - Max number of files.**
16901690
* **`'<timedelta>`' - Max age of a file.**
1691-
* **`'<str>'` - Max age as string: '1 week, 3 days', '2 months', ...**
1691+
* **`'<str>'` - Max age as string: `'1 week, 3 days'`, `'2 months'`, ...**
16921692

16931693
### Compression
16941694
**Sets how inactive log files are compressed.**

0 commit comments

Comments
 (0)