Skip to content

Commit 0ffb0f1

Browse files
committed
Set log level to error to reduce noise in tests
1 parent 044472b commit 0ffb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/global_lifecycle_hooks_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def app
2323
lifecycle_plugin_dir: temp_lifecycle_dir,
2424
handler_plugin_dir: temp_handler_dir,
2525
endpoints_dir: temp_endpoints_dir,
26-
log_level: "info",
26+
log_level: "error", # Reduce noise in tests
2727
root_path: "/webhooks",
2828
health_path: "/health",
2929
version_path: "/version",

0 commit comments

Comments
 (0)