Skip to content

Commit 770dab5

Browse files
authored
Merge branch 'main' into copilot/fix-21
2 parents 734772e + a337efc commit 770dab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
timestamp = Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%z")
1212
{
1313
time: timestamp,
14-
level: ENV.fetch("LOG_LEVEL", "INFO").upcase,
14+
level: ENV.fetch("LOG_LEVEL", "info").downcase,
1515
progname: "puma",
1616
msg: msg.rstrip
1717
}.to_json

0 commit comments

Comments
 (0)