Mercurial > zeropaste
changeset 502:507b7f8e8b3b
Remove stdout logging option (already the default)
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Dec 2024 01:12:44 +0900 |
parents | e62e57101e4a |
children | 2392b86711a1 |
files | config/config_init.rb |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]