Skip to content

Commit cc5cc26

Browse files
committed
Tweak cftest log descriptions to more closely match existing logs
1 parent 5ce2a27 commit cc5cc26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

crates/ct_worker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Two prototype logs are available for testing, with configuration in `wrangler.js
2424

2525
curl -s https://static-ct.cloudflareresearch.com/logs/cftest2025h1a/metadata | jq
2626
{
27-
"description": "Cloudflare Research 2025h1a",
27+
"description": "Cloudflare Research 'cftest2025h1a' log",
2828
"log_type": "test",
2929
"log_id": "7DSwkhPo35hYEZa4DVlPq6Pm/bG4aOw/kqhHvYd6z/k=",
3030
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE8LxK0sAKYODiZe9gDeak7agggQ0wvBOeEMSi7cLlFzcTlm1AexxsC04r/4rBIhf8liQqyRTrL3u1jpz6NJ4tLg==",
@@ -40,7 +40,7 @@ Two prototype logs are available for testing, with configuration in `wrangler.js
4040

4141
curl -s https://static-ct.cloudflareresearch.com/logs/cftest2025h2a/metadata | jq
4242
{
43-
"description": "Cloudflare Research 2025h2a",
43+
"description": "Cloudflare Research 'cftest2025h2a' log",
4444
"log_type": "test",
4545
"log_id": "2KJiliJSBM2181NJWC5O1mWiRRsPJ6i2iWE2s7n8Bwg=",
4646
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYipauBOPEktPb0JVpkRQq6wtRDRIj8GmKYvzM0Lpw1oSh9Uis9khpPCH6xyrDstk019AHuCq19KT5f+/MkY/yA==",
@@ -161,7 +161,7 @@ Follow these instructions to deploy to a custom domain, suitable for running a p
161161
1. Add a [Cache Rule](https://developers.cloudflare.com/cache/how-to/cache-rules/) for the entire bucket, specifying `Respect origin TTL` as the `Browser TTL` option.
162162
1. Add a [Compression Rule](https://developers.cloudflare.com/rules/compression-rules/) to enable compression for the `/tile/data` path.
163163
164-
1. Deploy the worker with `npx wrangler -e=${ENV} deploy`.
164+
1. Deploy the worker with `npx wrangler -e=${ENV} deploy`.
165165
166166
### Reset the worker
167167
@@ -199,4 +199,4 @@ This project ports code from [sunlight](https://github.com/FiloSottile/sunlight)
199199
200200
## License
201201
202-
The project is licensed under the [BSD-3-Clause License](./LICENSE).
202+
The project is licensed under the [BSD-3-Clause License](./LICENSE).

crates/ct_worker/config.cftest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"logging_level": "info",
33
"logs": {
44
"cftest2025h1a": {
5-
"description": "Cloudflare Research 2025h1a",
5+
"description": "Cloudflare Research 'cftest2025h1a' log",
66
"log_type": "test",
77
"submission_url": "https://static-ct.cloudflareresearch.com/logs/cftest2025h1a/",
88
"monitoring_url": "https://static-ct-public-cftest2025h1a.cloudflareresearch.com/",
@@ -13,7 +13,7 @@
1313
"location_hint": "enam"
1414
},
1515
"cftest2025h2a": {
16-
"description": "Cloudflare Research 2025h2a",
16+
"description": "Cloudflare Research 'cftest2025h2a' log",
1717
"log_type": "test",
1818
"submission_url": "https://static-ct.cloudflareresearch.com/logs/cftest2025h2a/",
1919
"monitoring_url": "https://static-ct-public-cftest2025h2a.cloudflareresearch.com/",

0 commit comments

Comments
 (0)