Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidycodes committed Oct 16, 2024
1 parent 875f413 commit faf32c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6/graphql-api/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DemoApp < Sinatra::Base
use Rack::JSONBodyParser

configure do
set :logger, Logger.new(STDOUT)
set :logger, Logger.new($stdout)
log_level = ENV.fetch("LOG_LEVEL", "INFO").upcase
logger.level = begin
Logger.const_get(log_level)
Expand Down

0 comments on commit faf32c0

Please sign in to comment.