Skip to content

Commit

Permalink
Set default log level to error in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Oct 23, 2024
1 parent a00bec6 commit 7f1e1b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.cr
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
require "log"
require "spec"
require "uri"
require "../src/amqproxy/server"
require "../src/amqproxy/version"
require "amqp-client"

Log.setup_from_env(default_level: :error)

MAYBE_SUDO = (ENV.has_key?("NO_SUDO") || `id -u` == "0\n") ? "" : "sudo "

UPSTREAM_URL = begin
Expand Down

0 comments on commit 7f1e1b7

Please sign in to comment.