Skip to content

Commit

Permalink
Review of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuarez committed Jan 30, 2017
1 parent 4986dea commit 2d7e920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/classes/contains_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
:jetty_arguments => 'jetty.bizarre_option=bizarre_value',
:java => '/usr/bin/java',
:java_options => '-Xms64 -Xmx128 -Djvm_option=jvm_value',
:configuration => { 'modules' => { } }
:configuration => { 'modules' => { } },
:logconfig => { 'loglevel' => 'INFO', 'appenders' => ['Console'] }
}
end

Expand Down

0 comments on commit 2d7e920

Please sign in to comment.