We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b1d7e commit a337efcCopy full SHA for a337efc
spec/acceptance/config/puma.rb
@@ -11,7 +11,7 @@
11
timestamp = Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%z")
12
{
13
time: timestamp,
14
- level: ENV.fetch("LOG_LEVEL", "INFO").upcase,
+ level: ENV.fetch("LOG_LEVEL", "info").downcase,
15
progname: "puma",
16
msg: msg.rstrip
17
}.to_json
0 commit comments