From 7f2b9a78c57aa4aa91e4e70ad031985bd472c00b Mon Sep 17 00:00:00 2001 From: yihui wang Date: Sun, 21 Jul 2024 20:28:38 +0800 Subject: [PATCH] Update log_config.toml fix a grammar error --- sample_standard_app/config/log_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_standard_app/config/log_config.toml b/sample_standard_app/config/log_config.toml index 85ddea89..d8d1c09e 100644 --- a/sample_standard_app/config/log_config.toml +++ b/sample_standard_app/config/log_config.toml @@ -12,7 +12,7 @@ log_rotation = "100 MB" log_retention = "7 days" [LOG_CONFIG.EXTEND_MODULE] -# Whether use aliyun simple log server. If value is True, you should fill the ALIYUN_SLS_CONFIG below. +# Whether you use Aliyun Simple Log Service (SLS), if the value is "True", you should fill in the ALIYUN_SLS_CONFIG below. sls_log = "False" [LOG_CONFIG.ALIYUN_SLS_CONFIG] @@ -29,4 +29,4 @@ access_key_secret = "mock_key_secret" # Log queue max size, agentuniverse uses a queue to save the logs to be sent, they will be sent periodically. sls_log_queue_max_size = 1000 # Interval of sending logs to aliyun sls. -sls_log_send_interval = 3.0 \ No newline at end of file +sls_log_send_interval = 3.0