diff --git a/README.md b/README.md index 06f1c6e..a38c64a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A small, lightweight and extensible DynDNS server written with Ruby and Rack. + + ## License dyndnsd.rb is licensed under the Apache License, Version 2.0. See LICENSE for more information. diff --git a/spec/daemon_spec.rb b/spec/daemon_spec.rb index 3abd72c..e017154 100644 --- a/spec/daemon_spec.rb +++ b/spec/daemon_spec.rb @@ -4,6 +4,9 @@ describe Dyndnsd::Daemon do include Rack::Test::Methods def app + Dyndnsd.logger = Logger.new(STDOUT) + Dyndnsd.logger.level = Logger::UNKNOWN + config = { 'domain' => 'example.org', 'users' => {