cbaines pushed a commit to branch master
in repository data-service.
commit a0e098a6ceb655ea321a8dca2f172c680ab67812
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Sep 20 10:59:22 2020 +0100
Increase the stack trace width when processing jobs
As this might result in more useful error messages.
---
scripts/guix-data-service-process-job.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/guix-data-service-process-job.in
b/scripts/guix-data-service-process-job.in
index f2753a4..3748253 100644
--- a/scripts/guix-data-service-process-job.in
+++ b/scripts/guix-data-service-process-job.in
@@ -31,6 +31,8 @@
(setvbuf (current-output-port) 'line)
(setvbuf (current-error-port) 'line)
+(debug-set! width 256)
+
(match (command-line)
((name job)
(process-load-new-guix-revision-job job)))