Disable logging in production
This commit is contained in:
parent
a22948ecba
commit
906ab23a89
@ -25,7 +25,7 @@ class LiquorCabinet < Sinatra::Base
|
||||
end
|
||||
|
||||
configure :production do
|
||||
enable :logging
|
||||
disable :logging
|
||||
end
|
||||
|
||||
before "/:user/:category/:key" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user