]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove old log_file and log_destination
authorAlan T. DeKok <aland@freeradius.org>
Tue, 25 Jul 2017 15:20:30 +0000 (11:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 25 Jul 2017 15:20:30 +0000 (11:20 -0400)
They've been deprecated for years

src/main/mainconfig.c

index f6b742ac33e911de505c66c239bc4126daf9d533..b6f97b01d793db857ec2c7b776f99b18eaec447b 100644 (file)
@@ -126,8 +126,6 @@ static const CONF_PARSER initial_logging_config[] = {
 
        { FR_CONF_POINTER("prefix", FR_TYPE_STRING, &prefix), .dflt = "/usr/local" },
 
-       { FR_CONF_POINTER("log_file", FR_TYPE_STRING, &main_config.log_file) },
-       { FR_CONF_POINTER("log_destination", FR_TYPE_STRING, &radlog_dest) },
        { FR_CONF_POINTER("use_utc", FR_TYPE_BOOL, &log_dates_utc) },
        { FR_CONF_IS_SET_POINTER("timestamp", FR_TYPE_BOOL, &log_timestamp) },
        CONF_PARSER_TERMINATOR