From 5dc2974b5dcb7d98cfbf595fdb0891b73e8f7c4b Mon Sep 17 00:00:00 2001 From: "stephen.li" Date: Mon, 29 Nov 2021 19:24:34 +0800 Subject: [PATCH] docs: update 'interval' field description information --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70b2dfb..ff63d9d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ log_dotter ============== -Used to test the log collection function. +Used to test the log collection function. Generate 15w logs at a time. Docker Hub Image ---------------- @@ -34,8 +34,8 @@ This image is configurable using different flags | Flag name | Default | Description | | ---------------------------- | ---------- | --------------------------------------------------------------------------------------------------- | -| http | false | log cron interval time (ms) | -| interval | 1000 | log cron interval time (ms) | +| http | false | start http | +| interval | 1000 | log cron interval time (s) | | timeout | 60 | log cron timeout (minute) | | port | 9094 | Addresses port using of server | | file | | log file path |