# HG changeset patch # User nanaya # Date 1734279164 -32400 # Node ID 507b7f8e8b3bb18e3865d32e2dccfa5b23eb3c59 # Parent e62e57101e4a05a3daff37490636c4177278372e Remove stdout logging option (already the default) diff -r e62e57101e4a -r 507b7f8e8b3b config/config_init.rb --- a/config/config_init.rb Mon Dec 16 01:11:30 2024 +0900 +++ b/config/config_init.rb Mon Dec 16 01:12:44 2024 +0900 @@ -7,7 +7,6 @@ require config_local if File.exist? config_local $cfg[:standalone] = true if $cfg[:standalone].nil? -$cfg[:log_to_stdout] = true if $cfg[:log_to_stdout].nil? $cfg[:bundler_groups] ||= [ :default, env ] $cfg[:bundler_groups] << "standalone" if $cfg[:standalone]