From 52dd7cdc664b034c0faa5895358dc01927554277 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 26 Feb 2010 16:54:37 +0100 Subject: source file added to logger --- application.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application.rb b/application.rb index 3ec3bba..9de5915 100644 --- a/application.rb +++ b/application.rb @@ -2,6 +2,8 @@ require 'rubygems' gem 'opentox-ruby-api-wrapper', '= 1.2.7' require 'opentox-ruby-api-wrapper' +LOGGER.progname = File.expand_path(__FILE__) + class Dataset include DataMapper::Resource property :id, Serial -- cgit v1.2.3