summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/config.json2
-rw-r--r--.changeset/fair-bananas-camp.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json
index 41ec3ec86..8292fbe07 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
- "ignore": ["@example/*", "@test/*", "@e2e/*"]
+ "ignore": ["@example/*", "@test/*"]
}
diff --git a/.changeset/fair-bananas-camp.md b/.changeset/fair-bananas-camp.md
new file mode 100644
index 000000000..f1e284bde
--- /dev/null
+++ b/.changeset/fair-bananas-camp.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Respect user's configured vite logLevel during build, changes default to `info`.