← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad-buildd:add-debug-logs-to-jenkins-runs into launchpad-buildd:master

 

Tushar Gupta has proposed merging ~tushar5526/launchpad-buildd:add-debug-logs-to-jenkins-runs into launchpad-buildd:master.

Commit message:
feat: enable debug logs in jenkin runs

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-buildd/+git/launchpad-buildd/+merge/472542
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad-buildd:add-debug-logs-to-jenkins-runs into launchpad-buildd:master.
diff --git a/ols-vms.conf b/ols-vms.conf
index 91712ee..c1aff1f 100644
--- a/ols-vms.conf
+++ b/ols-vms.conf
@@ -1,10 +1,11 @@
 # Options defined here provide defaults for all sections
 vm.architecture = amd64
 vm.release = focal
+logging.level = DEBUG
 
 apt.sources = ppa:launchpad/ppa
 vm.packages = @system-dependencies.txt
 
 [launchpad-buildd]
 vm.class = lxd
-vm.update = True
+vm.update = True
\ No newline at end of file

References