diff --git a/integration-testing/docker/rstudio-connect-cli.gcfg b/integration-testing/docker/rstudio-connect-cli.gcfg index 881c04dd..cd76347c 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 f7549412..4fefbe57 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 bb29ecc4..fb58655f 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