Revert "Enable log feature when using --log-filename"

This reverts commit c3116b2b56.

On second thought, this is less appropriate when using the configuration
file. We may want to define the log filename in config file but not
necessarily enable log feature.
This commit is contained in:
Martin Lund 2022-07-28 21:21:04 +02:00
parent 0407436624
commit a9b7284ba2

View file

@ -371,7 +371,6 @@ void options_parse(int argc, char *argv[])
break;
case OPT_LOG_FILE:
option.log = true;
option.log_filename = optarg;
break;