Browse Source

Update log level to warn, to cut back on logging

master
Daniel Muckerman 6 years ago
parent
commit
35cf4939cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      slack-pixiv/app.rb

+ 1
- 0
slack-pixiv/app.rb View File

@ -1,4 +1,5 @@
module SlackPixiv
class App < SlackRubyBot::App
SlackRubyBot::Client.logger.level = Logger::WARN
end
end

Loading…
Cancel
Save