Merge pull request #130 from istarwyh/patch-3

Update log_config.toml
This commit is contained in:
Jerry Z H
2024-07-23 14:09:44 +08:00
committed by GitHub

View File

@@ -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
sls_log_send_interval = 3.0