mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

Railsのログうるさくしたいなあと思って調べて見たらRAILS_LOG_LEVEL環境変数でいじれそうだ。

config/environments/production.rb:

Rails.application.configure do
:
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = ENV.fetch('RAILS_LOG_LEVEL', 'info').to_sym
:
end

heroku config:set RAILS_LOG_LEVEL=debug

よーっし。むっちゃ賑やかw

@zundan 「ログうるさいなあ」に空目していたから「なぜ賑やかでOK?」と思ったw

zunda

@popn_ja ログ収集サービス従量課金が多いから本番用は静かしてほしいですよねーw