From 03a3e4d2fbcea30ac82015c42c96e8d2929f67c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:07:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e235e80..4ffe738 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ The behaviors of the iot_logging_server can be configured with the following env | SERVER_LOGGING_LOG_FORMAT | `[%(asctime)s][%(levelname)s]-%(name)s:%(funcName)s:%(lineno)d,%(message)s` | | | MAX_LOGS_BACKLOG | `4096` | Max pending log entries. | | MAX_LOGS_PER_MERGE | `512` | Max log entries in a merge group. | -| UPLOAD_INTERVAL | `3` | Interval of uploading log batches to cloud. **Note that if the logger is restarted before next upload occurs, the pending loggings will be dropped.** | \ No newline at end of file +| UPLOAD_INTERVAL | `3` | Interval of uploading log batches to cloud. **Note that if the logger is restarted before next upload occurs, the pending loggings will be dropped.** |