Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Bytter logging tilbake til info, debug gir ikke noe mer informasjon
Browse files Browse the repository at this point in the history
Se issue på Github for mer info: slack-ruby/slack-ruby-client#208
  • Loading branch information
Kyrremann committed Jun 27, 2018
1 parent c5aea38 commit 0838822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standbot/bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Standbot
class Bot < SlackRubyBot::Bot
SlackRubyBot::Client.logger.level = Logger::DEBUG
SlackRubyBot::Client.logger.level = Logger::INFO
end
end

0 comments on commit 0838822

Please sign in to comment.