Skip to content

Commit f2e79e6

Browse files
authored
Send Connect test instance logs to STDOUT for CI jobs to show the log in case of job failure (#719)
* Send Connect test instance logs to STDOUT for CI jobs to show the log in case of job failure * temporary commit, trying out stdout logging on CI * Revert forced error logs experiment
1 parent 747ec01 commit f2e79e6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

integration-testing/docker/rstudio-connect-cli.gcfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ SeedUsers = true
3535

3636
[Mount]
3737
BaseDir = /connect-rsconnect-mount
38+
39+
[Logging]
40+
ServiceLog = STDOUT

integration-testing/docker/rstudio-connect.gcfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ SeedUsers = true
3535

3636
[Mount]
3737
BaseDir = /connect-rsconnect-mount
38+
39+
[Logging]
40+
ServiceLog = STDOUT

vetiver-testing/setup-rsconnect/rstudio-connect.gcfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ URL = https://p3m.dev/cran/latest
2424

2525
[R]
2626
PositPackageManagerURLRewriting = force-binary
27+
28+
[Logging]
29+
ServiceLog = STDOUT

0 commit comments

Comments
 (0)