A simple Ruby server using Sinatra that serves Bluesky custom feeds

enable logging in production too by default

+1 -5
+1 -5
lib/blue_factory/server.rb
··· 11 11 configure do 12 12 disable :static 13 13 enable :quiet 14 + enable :logging 14 15 set :default_content_type, 'application/json' 15 16 settings.add_charset << 'application/json' 16 - end 17 - 18 - configure :development do 19 - enable :logging 20 - disable :quiet 21 17 end 22 18 23 19 helpers do