Commit a9738bf
authored
Fix duplicated log of jobs (#153)
Now the Python logger used to report the spawned jobs
is now registered with only one stream handler to the
standard output.
Before this change, every tool class was registering a stream handler
to the logger, to the messages were written to standard output
more than once.1 parent a25efcf commit a9738bf
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
694 | 695 | | |
695 | 696 | | |
696 | 697 | | |
697 | | - | |
| 698 | + | |
698 | 699 | | |
699 | 700 | | |
700 | 701 | | |
| |||
0 commit comments