Skip to content

Commit

Permalink
fix diner log file usage in web
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-graham committed Oct 9, 2015
1 parent aebeb83 commit 4e33578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flapjack/gateways/web.rb
Expand Up @@ -76,7 +76,7 @@ def start
end

Flapjack::Diner.base_uri(@api_url)
Flapjack::Diner.logger = ::Logger.new('log/flapjack_diner.log')
Flapjack::Diner.logger = Flapjack.logger

# constants won't be exposed to eRb scope
@default_logo_url = "img/flapjack-2013-notext-transparent-300-300.png"
Expand Down

0 comments on commit 4e33578

Please sign in to comment.