Commit 7360c0e
fix: --verbose no longer duplicates build log into root log (#1302)
When --verbose was used, the build logger's propagate flag was set to 1,
causing build output to bubble up to the parent mockbuild logger which
has a root.log FileHandler. This resulted in build.log content being
entirely duplicated in root.log (and installed_packages log as well).
Console output during builds is already handled by direct stdout writes
in logOutput(), so the propagation on the build logger was unnecessary.
Resolves: #1302
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 499b08c commit 7360c0e
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments