From b6a94703ba902eaf666d9b0115a796982f8922db Mon Sep 17 00:00:00 2001
From: BO ZHANG <bozhang@nao.cas.cn>
Date: Wed, 20 Dec 2023 15:16:27 +0800
Subject: [PATCH] add Pipeline.verbose

---
 csst_common/pipeline.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csst_common/pipeline.py b/csst_common/pipeline.py
index bc797c9..e90ae5f 100644
--- a/csst_common/pipeline.py
+++ b/csst_common/pipeline.py
@@ -77,6 +77,7 @@ class Pipeline:
         self.pipeline_id = os.getenv("PIPELINE_ID", "-")
         self.build = os.getenv("BUILD", "-")
         self.created = os.getenv("CREATED", "-")
+        self.verbose = os.getenv("VERBOSE", None)
 
         # set directory information
         self.dir_input = dir_input
-- 
GitLab