Skip to content

Commit 97d23d1

Browse files
authored
Do not inhibit log propagation in monitoring db manager (#3919)
See PR #3644 for the same change and justification on the htex interchange. This has been unneeded since the database manager moved to using spawn multiprocessing in PR #3817. # Changed Behaviour This should not change any log output right now but makes the behaviour more consistent and easier to understand. ## Type of change - Code maintenance/cleanup
1 parent daaaea7 commit 97d23d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parsl/monitoring/db_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def __init__(self,
293293
self.run_dir = run_dir
294294
os.makedirs(self.run_dir, exist_ok=True)
295295

296-
logger.propagate = False
297-
298296
set_file_logger(f"{self.run_dir}/database_manager.log", level=logging_level,
299297
format_string="%(asctime)s.%(msecs)03d %(name)s:%(lineno)d [%(levelname)s] [%(threadName)s %(thread)d] %(message)s",
300298
name="database_manager")

0 commit comments

Comments
 (0)