summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-08-13 18:16:36 +0200
committergebele <gebele@in-silico.ch>2015-08-13 18:16:36 +0200
commitb04afdac0e1f673ae7c182c97835cf5e65459fa9 (patch)
treef8693b6273755b3480d42d2fed7dc0db5398fb31 /lib/opentox.rb
parent1070a35db8aa6414cf53bcce92c1355986cbc53b (diff)
adjust dependency; added dimension method for arraytb2.5.0
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 9564e9c..ad18e60 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -1,7 +1,8 @@
# defaults to stderr, may be changed to file output (e.g in opentox-service)
$logger = OTLogger.new(STDERR)
$logger.level = Logger::DEBUG
-
+#$logger.level = ENV['RACK_ENV'] == 'production' ? Logger::ERROR : Logger::DEBUG
+
module OpenTox
#include RDF CH: leads to namespace clashes with URI class