Browse Source

Logging

pull/28/head
Jure Šorn 6 years ago
parent
commit
25f93e0d6a
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1701,7 +1701,7 @@ rotation=<int>|<datetime.timedelta>|<datetime.time>|<str>
* **`'<int>'` - Max file size in bytes.**
* **`'<timedelta>'` - Max age of a file.**
* **`'<time>'` - Time of day.**
* **`'<str>'` - Any of above as a string: `'100 MB'`, `'1 month'`, `'monday at 12:00'`, `'w0'`, ...**
* **`'<str>'` - Any of above as a string: `'100 MB'`, `'1 month'`, `'monday at 12:00'`, ...**
### Retention
**Sets a condition which old log files are deleted.**

Loading…
Cancel
Save