From 7b3d42bacb704e2a969123e8ba16ccee171a0dc2 Mon Sep 17 00:00:00 2001 From: "Benjamin R. J. Schwedler" Date: Tue, 24 Sep 2024 13:05:02 -0500 Subject: [PATCH] Stop writing launcher debug logs to container Additional debug logging can be enabled through logging.conf if required --- workbench-for-google-cloud-workstations/conf/launcher.conf | 1 - workbench-for-microsoft-azure-ml/conf/launcher.conf | 1 - workbench/conf/launcher.conf | 1 - 3 files changed, 3 deletions(-) diff --git a/workbench-for-google-cloud-workstations/conf/launcher.conf b/workbench-for-google-cloud-workstations/conf/launcher.conf index dc48bd190..f41786f50 100644 --- a/workbench-for-google-cloud-workstations/conf/launcher.conf +++ b/workbench-for-google-cloud-workstations/conf/launcher.conf @@ -4,7 +4,6 @@ port=5559 server-user=rstudio-server admin-group=rstudio-server authorization-enabled=1 -enable-debug-logging=1 [cluster] name=Local diff --git a/workbench-for-microsoft-azure-ml/conf/launcher.conf b/workbench-for-microsoft-azure-ml/conf/launcher.conf index c73ef787c..a058867a7 100644 --- a/workbench-for-microsoft-azure-ml/conf/launcher.conf +++ b/workbench-for-microsoft-azure-ml/conf/launcher.conf @@ -5,7 +5,6 @@ server-user=rstudio-server admin-group=rstudio-server authorization-enabled=1 thread-pool-size=4 -enable-debug-logging=1 [cluster] name=Local diff --git a/workbench/conf/launcher.conf b/workbench/conf/launcher.conf index c73ef787c..a058867a7 100644 --- a/workbench/conf/launcher.conf +++ b/workbench/conf/launcher.conf @@ -5,7 +5,6 @@ server-user=rstudio-server admin-group=rstudio-server authorization-enabled=1 thread-pool-size=4 -enable-debug-logging=1 [cluster] name=Local