Skip to content

Commit a337efc

Browse files
committed
downcase log level
1 parent 44b1d7e commit a337efc

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)