"vscode:/vscode.git/clone" did not exist on "2ecab0b63a632672f7f60a83b578a8aba398487e"
chdir to dir before fopen logfile in loadServerConfigFromString() (#6741)
Open the log file only after parsing the entire config file, so that it's location isn't dependent on the order of configs (`dir` and `logfile`). Also solves the problem of creating multiple log files if the `logfile` directive appears many times in the config file.
Please register or sign in to comment