Skip to content

Commit da714fd

Browse files
committed
libcouchbase: increase log level for windows
1 parent ff028b7 commit da714fd

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

libcouchbase/Jenkinsfile.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ del "%CMAKE_ZIP_FILE%"
512512
<% end %>
513513
CTEST_PARALLEL_LEVEL=1
514514
CTEST_OUTPUT_ON_FAILURE=1
515+
LCB_LOGLEVEL=5
515516
}
516517
post {
517518
always {

libcouchbase/lcb-scripted-build-pipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ del "%CMAKE_ZIP_FILE%"
411411
environment {
412412
CTEST_PARALLEL_LEVEL=1
413413
CTEST_OUTPUT_ON_FAILURE=1
414+
LCB_LOGLEVEL=5
414415
}
415416
post {
416417
always {

libcouchbase/lcb-win-scripted-build-pipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ del "%CMAKE_ZIP_FILE%"
281281
environment {
282282
CTEST_PARALLEL_LEVEL=1
283283
CTEST_OUTPUT_ON_FAILURE=1
284+
LCB_LOGLEVEL=5
284285
}
285286
post {
286287
always {

0 commit comments

Comments
 (0)