Skip to content

Commit 8e67407

Browse files
committed
docs: disable additional_logs in sample config file
Seemingly, the sample config file is often used by default. Hence it should not only show off what's possible but also default to sane values. Adding unnecessary additional logs is not sane, so I removed it.
1 parent b50bd56 commit 8e67407

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

config.sample.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ general:
2727
disable_default_logs: false
2828
# When you want to add logs that are not contained in the log list provided by
2929
# Google (https://www.gstatic.com/ct/log_list/v3/log_list.json), you can add them here.
30-
additional_logs:
31-
- url: https://ct.googleapis.com/logs/us1/mirrors/digicert_nessie2022
32-
operator: "DigiCert"
33-
description: "DigiCert Nessie2022 log"
30+
#additional_logs:
31+
# - url: https://ct.googleapis.com/logs/us1/mirrors/digicert_nessie2022
32+
# operator: "DigiCert"
33+
# description: "DigiCert Nessie2022 log"
3434

35-
additional_tiled_logs:
36-
- url: https://ct.cloudflare.com/logs/raio2025h2b/
37-
operator: "Cloudflare"
38-
description: "Cloudflare 'Raio2025h2b'"
35+
#additional_tiled_logs:
36+
# - url: https://ct.cloudflare.com/logs/raio2025h2b/
37+
# operator: "Cloudflare"
38+
# description: "Cloudflare 'Raio2025h2b'"
3939

4040
# To optimize the performance of the server, you can overwrite the size of different buffers
4141
# For low CPU, low memory machines, you should reduce the buffer sizes to save memory in case the CPU is maxed.

0 commit comments

Comments
 (0)