summaryrefslogtreecommitdiff
path: root/src/buildstream/_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_context.py')
-rw-r--r--src/buildstream/_context.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buildstream/_context.py b/src/buildstream/_context.py
index c3ea52f0e..090b3e0bc 100644
--- a/src/buildstream/_context.py
+++ b/src/buildstream/_context.py
@@ -534,7 +534,11 @@ class Context:
log_level = CASLogLevel.WARNING
self._cascache = CASCache(
- self.cachedir, casd=self.use_casd, cache_quota=self.config_cache_quota, log_level=log_level
+ self.cachedir,
+ casd=self.use_casd,
+ cache_quota=self.config_cache_quota,
+ log_level=log_level,
+ log_directory=self.logdir,
)
return self._cascache