More robust log file redirection.
I.e. directly redirect System.err stream to a file. Instead of trying to get a hodge-podge of different java logging systems to all send output to the same file.
This commit is contained in:
@@ -109,7 +109,7 @@ export function activate(options: ActivatorOptions, context: VSCode.ExtensionCon
|
||||
const args = [
|
||||
'-Dserver.port=' + port,
|
||||
'-Dsts.lsp.client=vscode',
|
||||
'-Dorg.slf4j.simpleLogger.logFile=' + logfile
|
||||
'-Dsts.log.file=' + logfile
|
||||
];
|
||||
if (options.classpath) {
|
||||
const classpath = options.classpath(context, version);
|
||||
|
||||
Reference in New Issue
Block a user