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

Commit

Permalink
Default logger
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 11, 2012
1 parent 7352031 commit 3e64813
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/time_tap.rb
Expand Up @@ -35,10 +35,10 @@ module TimeTap
attr_accessor :config


@logger = Logger.new($stdout)
attr_accessor :logger



extend self


Expand Down Expand Up @@ -82,8 +82,6 @@ def start options = {}
require 'time_tap/watcher'
require 'time_tap/server'

@logger ||= Logger.new($stdout)

logger.info "[TimeTap] config: #{config.to_yaml}"
# SIGNAL HANDLING

Expand Down

0 comments on commit 3e64813

Please sign in to comment.