Don't log errors on main (#7289)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-02 19:24:49 -07:00 committed by GitHub
parent f09da1a1c8
commit fcbc220408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 6 deletions

View file

@ -142,6 +142,7 @@ setTimeout(() => {
ZED_RPC_URL: "http://localhost:8080/rpc",
ZED_ADMIN_API_TOKEN: "secret",
ZED_WINDOW_SIZE: size,
ZED_CLIENT_CHECKSUM_SEED: "development-checksum-seed",
PATH: process.env.PATH,
RUST_LOG: process.env.RUST_LOG || "info",
},