diff --git a/integration-testing/docker/rstudio-connect-cli.gcfg b/integration-testing/docker/rstudio-connect-cli.gcfg index 881c04ddf..cd76347c7 100644 --- a/integration-testing/docker/rstudio-connect-cli.gcfg +++ b/integration-testing/docker/rstudio-connect-cli.gcfg @@ -35,3 +35,6 @@ SeedUsers = true [Mount] BaseDir = /connect-rsconnect-mount + +[Logging] +ServiceLog = STDOUT diff --git a/integration-testing/docker/rstudio-connect.gcfg b/integration-testing/docker/rstudio-connect.gcfg index f75494129..4fefbe57f 100644 --- a/integration-testing/docker/rstudio-connect.gcfg +++ b/integration-testing/docker/rstudio-connect.gcfg @@ -35,3 +35,6 @@ SeedUsers = true [Mount] BaseDir = /connect-rsconnect-mount + +[Logging] +ServiceLog = STDOUT diff --git a/vetiver-testing/setup-rsconnect/rstudio-connect.gcfg b/vetiver-testing/setup-rsconnect/rstudio-connect.gcfg index bb29ecc43..fb58655f2 100644 --- a/vetiver-testing/setup-rsconnect/rstudio-connect.gcfg +++ b/vetiver-testing/setup-rsconnect/rstudio-connect.gcfg @@ -24,3 +24,6 @@ URL = https://p3m.dev/cran/latest [R] PositPackageManagerURLRewriting = force-binary + +[Logging] +ServiceLog = STDOUT